Neos\Flow\Aop\InterfaceIntroduction::getDeclaringAspectClassName PHP Метод

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

Returns the object name of the aspect which declared this introduction
public getDeclaringAspectClassName ( ) : string
Результат string The aspect object name
    public function getDeclaringAspectClassName()
    {
        return $this->declaringAspectClassName;
    }