Neos\Flow\Aop\Pointcut\Pointcut::getAspectClassName PHP Метод

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

Returns the aspect class name where the pointcut was declared.
public getAspectClassName ( ) : string
Результат string The aspect class name where the pointcut was declared
    public function getAspectClassName()
    {
        return $this->aspectClassName;
    }