|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| expand ($template, array $variables) | |
Expands URI templates using an array of variables
http://tools.ietf.org/html/rfc6570
Definition at line 10 of file UriTemplateInterface.php.
| Guzzle\Parser\UriTemplate\UriTemplateInterface::expand | ( | $template, | |
| array | $variables | ||
| ) |
Expand the URI template using the supplied variables
| string | $template | URI Template to expand |
| array | $variables | Variables to use with the expansion |
Implemented in Guzzle\Parser\UriTemplate\UriTemplate, and Guzzle\Parser\UriTemplate\PeclUriTemplate.