eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\Map::match PHP Метод

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

Returns matching Siteaccess.
public match ( ) : string | false
Результат string | false Siteaccess matched or false.
    public function match()
    {
        return isset($this->map[$this->key]) ? $this->map[$this->key] : false;
    }