Go\Aop\Support\DeclareParentsAdvisor::__toString PHP Méthode

__toString() public méthode

Return string representation of object
public __toString ( ) : string
Résultat string
    public function __toString()
    {
        $adviceClass = get_class($this->advice);
        $interfaceClasses = join(',', $this->advice->getInterfaces());
        return get_called_class() . ": advice [{$adviceClass}]; interfaces [{$interfaceClasses}] ";
    }