eZ\Bundle\EzPublishRestBundle\CorsOptions\RestProvider::__construct PHP Méthode

__construct() public méthode

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