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

Mostra file Open project: neos/flow-development-collection

Public Methods

Method Description
abstractMethodInSubClassAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
concreteMethodInAbstractClassAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string

Method Details

abstractMethodInSubClassAdvice() public method

public abstractMethodInSubClassAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string

concreteMethodInAbstractClassAdvice() public method

public concreteMethodInAbstractClassAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string