eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\Map::match PHP Method

match() public method

Returns matching Siteaccess.
public match ( ) : string | false
return string | false Siteaccess matched or false.
    public function match()
    {
        return isset($this->map[$this->key]) ? $this->map[$this->key] : false;
    }