eZ\Bundle\EzPublishRestBundle\CorsOptions\RestProvider::__construct PHP Метод

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

public __construct ( Symfony\Component\Routing\Matcher\RequestMatcherInterface $requestMatcher )
$requestMatcher Symfony\Component\Routing\Matcher\RequestMatcherInterface
    public function __construct(RequestMatcherInterface $requestMatcher)
    {
        $this->requestMatcher = $requestMatcher;
    }