eZ\Publish\Core\MVC\Symfony\SiteAccess::__construct PHP Method

__construct() public method

public __construct ( $name = null, $matchingType = null, $matcher = null )
    public function __construct($name = null, $matchingType = null, $matcher = null)
    {
        $this->name = $name;
        $this->matchingType = $matchingType;
        $this->matcher = $matcher;
    }