get_matcher() публичный Метод

Gets the UrlMatcher instance associated with this Router.
public get_matcher ( ) : Symfony\Component\Routing\Matcher\UrlMatcherInterface
Результат Symfony\Component\Routing\Matcher\UrlMatcherInterface A UrlMatcherInterface instance
Пример #1
0
 public function get_matcher()
 {
     $this->create_new_url_matcher();
     return parent::get_matcher();
 }