
Public Member Functions | |
| getString () | |
| Provides the string for parts that are not regular expressions. | |
| getRegularExpression () | |
| Provides the regular expression of this part. | |
| getUrlTemplate () | |
| Provides the url template this part belongs to. | |
| isRegularExpression () | |
| Whether this part of the url is a regular expression. | |
A url template consists of url parts that are separated by slashes to emulate a folder hierarchy.
Definition at line 8 of file IUrlTemplatePart.interface.php.
| spunQ_IUrlTemplatePart::getRegularExpression | ( | ) |
Provides the regular expression of this part.
true. Implemented in spunQ_DefaultUrlManagerUrlTemplatePart.
| spunQ_IUrlTemplatePart::getString | ( | ) |
Provides the string for parts that are not regular expressions.
false. Implemented in spunQ_DefaultUrlManagerUrlTemplatePart.
| spunQ_IUrlTemplatePart::getUrlTemplate | ( | ) |
Provides the url template this part belongs to.
Implemented in spunQ_DefaultUrlManagerUrlTemplatePart.
| spunQ_IUrlTemplatePart::isRegularExpression | ( | ) |
Whether this part of the url is a regular expression.
Very important to be able to compare url templates for sorting them.
Implemented in spunQ_DefaultUrlManagerUrlTemplatePart.
1.5.9