eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\Compound::getName PHP Method

getName() public method

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