private doesPatternMatch ( string $pattern, array $data, string $url ) : boolean | ||
$pattern | string | Pattern that will be used for matching. |
$data | array | An array holding the information about the parameters. |
$url | string | Url upon we will try to do the match. |
return | boolean | True is returned if $pattern matches $url, otherwise false. |