Neos\Flow\Aop\PropertyIntroduction::getDeclaringAspectClassName PHP Method

getDeclaringAspectClassName() public method

Returns the object name of the aspect which declared this introduction
public getDeclaringAspectClassName ( ) : string
return string The aspect object name
    public function getDeclaringAspectClassName()
    {
        return $this->declaringAspectClassName;
    }