substitutePlaceholderNames() protected method (available since version 2.0.7)
Iterates over $placeholders and checks whether each placeholder exists as a key in $matches array.
When found - replaces this placeholder key with a appropriate name of matching parameter. Used in parseRequest(), createUrl().
See also $placeholders.
protected array substitutePlaceholderNames ( array $matches ) | ||
---|---|---|
$matches | array |
Result of |
return | array |
Input array with replaced placeholder keys |
Please login to continue.