PuintParameterizedRouteHandler Class Reference
[Controller]
Handle positive unsigned int (the "ui>" type). More...
Inheritance diagram for
PuintParameterizedRouteHandler:
Public Member Functions |
|
get_type_key () | |
Returns the key that is used to identify
this handler in route declaration, e.g. |
|
get_validate_regex ($params) | |
Return regex to validate path. |
|
preprocess_build_url ($value) | |
Preprocess a value before URL is build.
|
Detailed Description
Handle positive unsigned int (the "ui>" type).
Definition at line 8 of file puint.handler.php.
Member Function Documentation
PuintParameterizedRouteHandler::get_type_key | ( | ) |
Returns the key that is used to identify this handler in route declaration, e.g.
"s" or "ui>"
- Returns:
- string
Implements IParameterizedRouteHandler.
Definition at line 14 of file puint.handler.php.
PuintParameterizedRouteHandler::get_validate_regex | ( | $ | params | ) |
Return regex to validate path.
Implements IParameterizedRouteHandler.
Definition at line 21 of file puint.handler.php.
PuintParameterizedRouteHandler::preprocess_build_url | ( | $ | value | ) |
Preprocess a value before URL is build.
Implements IParameterizedRouteHandler.
Definition at line 28 of file puint.handler.php.
The documentation for this class was generated from the following file:
- gyro/core/controller/base/routes/parameterizedroutehandlers/puint.handler.php