PHP 클래스 Neos\Flow\Tests\Functional\Aop\Fixtures\AbstractClassTestingAspect

파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
abstractMethodInSubClassAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
concreteMethodInAbstractClassAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string

메소드 상세

abstractMethodInSubClassAdvice() 공개 메소드

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

concreteMethodInAbstractClassAdvice() 공개 메소드

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