Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct () | |
expand ($template, array $variables) | |
Expands URI templates using the uri_template pecl extension (pecl install uri_template-beta)
https://github.com/ioseb/uri-template
Definition at line 13 of file PeclUriTemplate.php.
Guzzle\Parser\UriTemplate\PeclUriTemplate::__construct | ( | ) |
Definition at line 15 of file PeclUriTemplate.php.
Guzzle\Parser\UriTemplate\PeclUriTemplate::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 |
Implements Guzzle\Parser\UriTemplate\UriTemplateInterface.
Definition at line 22 of file PeclUriTemplate.php.