class UriTemplate

Expands URI templates using an array of variables

@link http://tools.ietf.org/html/draft-gregorio-uritemplate-08

Hierarchy

Expanded class hierarchy of UriTemplate

File

drupal/core/vendor/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplate.php, line 10

Namespace

Guzzle\Parser\UriTemplate
View source

Members

Namesort descending Modifiers Type Description Overrides
UriTemplate::$delims private static property
UriTemplate::$delimsPct private static property
UriTemplate::$operatorHash private static property
UriTemplate::$regex private static property
UriTemplate::$template private property
UriTemplate::$variables private property
UriTemplate::decodeReserved private function Removes percent encoding on reserved characters (used with + and # modifiers)
UriTemplate::expand public function Expand the URI template using the supplied variables Overrides UriTemplateInterface::expand
UriTemplate::expandMatch private function Process an expansion
UriTemplate::isAssoc private function Determines if an array is associative
UriTemplate::parseExpression private function Parse an expression into parts