PHP Class Neos\Flow\Tests\Functional\Aop\Fixtures\AbstractClassTestingAspect

Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Méthode Description
abstractMethodInSubClassAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
concreteMethodInAbstractClassAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string

Method Details

abstractMethodInSubClassAdvice() public méthode

public abstractMethodInSubClassAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
Résultat string

concreteMethodInAbstractClassAdvice() public méthode

public concreteMethodInAbstractClassAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
Résultat string