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;
    }