eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\URIElement::match PHP Méthode

match() public méthode

Returns matching Siteaccess.
public match ( ) : string | false
Résultat string | false Siteaccess matched or false.
    public function match()
    {
        try {
            return implode('_', $this->getURIElements());
        } catch (LogicException $e) {
            return false;
        }
    }