The Yaf_Route_Rewrite class
Introduction
(Yaf >=1.0.0)
For usage, please see the example section of Yaf_Route_Rewrite::__construct()
Class synopsis
/* Properties */
protected $_route ;
protected $_default ;
protected $_verify ;
/* Methods */
public assemble ( array $info [, array $query ] ) : string
public __construct ( string $match , array $route [, array $verify ] )
public route ( Yaf_Request_Abstract $request ) : bool
/* Inherited methods */
abstract public Yaf_Route_Interface::assemble ( array $info [, array $query ] ) : string
abstract public Yaf_Route_Interface::route ( Yaf_Request_Abstract $request ) : bool}
Properties
- _route
- _default
- _verify
Table of Contents
- Yaf_Route_Rewrite::assemble — Assemble a url
- Yaf_Route_Rewrite::__construct — Yaf_Route_Rewrite constructor
- Yaf_Route_Rewrite::route — The route purpose
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.yaf-route-rewrite.php