eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\Compound::getName PHP 메소드

getName() 공개 메소드

This information will be stored in the SiteAccess object itself to quickly be able to identify the matcher type.
public getName ( ) : string
리턴 string
    public function getName()
    {
        return 'compound:' . static::NAME . '(' . implode(', ', array_keys($this->getSubMatchers())) . ')';
    }