$patterns public property
List of possible patterns and the corresponding actions for creating the URL rules. The keys are the patterns and the values are the corresponding actions. The format of patterns is Verbs Pattern
, where Verbs
stands for a list of HTTP verbs separated by comma (without space). If Verbs
is not specified, it means all verbs are allowed. Pattern
is optional. It will be prefixed with $prefix/$controller/, and tokens in it will be replaced by $tokens.
Please login to continue.