The Yaf_Route_Regex class

(Yaf >=1.0.0)

Einführung

Yaf_Route_Regex is the most flexible route among the Yaf built-in routes.

Klassenbeschreibung

Yaf_Route_Regex extends Yaf_Route_Interface implements Yaf_Route_Interface {
/* Eigenschaften */
protected $_route;
protected $_default;
protected $_maps;
protected $_verify;
/* Methoden */
public assemble ( array $info , array $query = ? ) : string|null
public __construct ( string $match , array $route , array $map = ? , array $verify = ? , string $reverse = ? )
public route ( Yaf_Request_Abstract $request ) : bool
/* Geerbte Methoden */
abstract public Yaf_Route_Interface::assemble ( array $info , array $query = ? ) : string
abstract public Yaf_Route_Interface::route ( Yaf_Request_Abstract $request ) : bool
}

Eigenschaften

_route

_default

_maps

_verify

Inhaltsverzeichnis

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top