Go\Aop\Framework\TraitIntroductionInfo::getInterfaces PHP Method

getInterfaces() public method

Return the additional interfaces introduced by this Advisor or Advice.
public getInterfaces ( ) : array | string[]
return array | string[] introduced interfaces
    public function getInterfaces()
    {
        return $this->introducedInterfaces;
    }