Open Journal Systems
3.3.0
|
Public Member Functions | |
expand ($template, array $variables) | |
setRegex ($regexPattern) | |
Data Fields | |
const | DEFAULT_PATTERN = '/\{([^\}]+)\}/' |
Expands URI templates using an array of variables
http://tools.ietf.org/html/draft-gregorio-uritemplate-08
Definition at line 10 of file lib/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php.
Guzzle\Parser\UriTemplate\UriTemplate::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 48 of file lib/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php.
Guzzle\Parser\UriTemplate\UriTemplate::setRegex | ( | $regexPattern | ) |
Set the regex patten used to expand URI templates
string | $regexPattern |
Definition at line 65 of file lib/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php.
const Guzzle\Parser\UriTemplate\UriTemplate::DEFAULT_PATTERN = '/\{([^\}]+)\}/' |
Definition at line 12 of file lib/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php.