Router

  • Full name: \CEKW\WpPlugin\Router
Table of contents
  1. Properties
  2. Methods
    1. __construct
    2. matchRequest

Properties

Name Type Description
matcher \Symfony\Component\Routing\Matcher\UrlMatcher  
context \Symfony\Component\Routing\RequestContext  

Methods

__construct

Router::__construct(\Symfony\Component\Routing\Matcher\UrlMatcher matcher, \Symfony\Component\Routing\RequestContext context)

Parameters:

Parameter Type Description
matcher \Symfony\Component\Routing\Matcher\UrlMatcher  
context \Symfony\Component\Routing\RequestContext  

matchRequest

Router::matchRequest(): void

Returns: void