Yaf_Route_Regex::route

(Yaf >=1.0.0)

Yaf_Route_Regex::routeThe route purpose

Opis

public Yaf_Route_Regex::route ( Yaf_Request_Abstract $request ) : bool

Route a incoming request.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

request

Zwracane wartości

If the pattern given by the first parameter of Yaf_Route_Regex::_construct() matche the request uri, return TRUE, otherwise return FALSE.

add a note add a note

User Contributed Notes

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