Go\Core\IntroductionAspectExtension::getTarget PHP Method

getTarget() public method

Introduction aspect loader works only with properties of aspect
public getTarget ( ) : string | array
return string | array
    public function getTarget()
    {
        return self::TARGET_PROPERTY;
    }
IntroductionAspectExtension