Public Member Functions | |
match (HttpRequest $request) | |
Matches a user submitted path with parts defined by a map. | |
assembly (array $data=array(), $reset=false, $encode=false) |
Definition at line 12 of file RouterRule.class.php.
RouterRule::assembly | ( | array $ | data = array() , |
|
$ | reset = false , |
|||
$ | encode = false | |||
) |
Implemented in RouterChainRule, RouterHostnameRule, RouterRegexpRule, RouterStaticRule, and RouterTransparentRule.
RouterRule::match | ( | HttpRequest $ | request | ) |
Matches a user submitted path with parts defined by a map.
Assigns and returns an array of variables on a successful match.
Implemented in RouterChainRule, RouterHostnameRule, RouterRegexpRule, RouterStaticRule, and RouterTransparentRule.