[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 164 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
CompiledRoute:: (11 methods):
__construct()
serialize()
unserialize()
getStaticPrefix()
getRegex()
getHostRegex()
getTokens()
getHostTokens()
getVariables()
getPathVariables()
getHostVariables()
Class: CompiledRoute - X-Ref
CompiledRoutes are returned by the RouteCompiler class.__construct($staticPrefix, $regex, array $tokens, array $pathVariables, $hostRegex = null, array $hostTokens = array() X-Ref |
param: string $staticPrefix The static prefix of the compiled route param: string $regex The regular expression to use to match this route param: array $tokens An array of tokens to use to generate URL for this route param: array $pathVariables An array of path variables param: string|null $hostRegex Host regex param: array $hostTokens Host tokens param: array $hostVariables An array of host variables param: array $variables An array of variables (variables defined in the path and in the host patterns) |
serialize() X-Ref |
{@inheritdoc} |
unserialize($serialized) X-Ref |
{@inheritdoc} |
getStaticPrefix() X-Ref |
Returns the static prefix. return: string The static prefix |
getRegex() X-Ref |
Returns the regex. return: string The regex |
getHostRegex() X-Ref |
Returns the host regex. return: string|null The host regex or null |
getTokens() X-Ref |
Returns the tokens. return: array The tokens |
getHostTokens() X-Ref |
Returns the host tokens. return: array The tokens |
getVariables() X-Ref |
Returns the variables. return: array The variables |
getPathVariables() X-Ref |
Returns the path variables. return: array The variables |
getHostVariables() X-Ref |
Returns the host variables. return: array The variables |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |