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

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

공개 프로퍼티들

프로퍼티 타입 설명
$introducedProtectedPropertyWithDefaultValue string
$introducedPublicProperty array

보호된 프로퍼티들

프로퍼티 타입 설명
$introducedProtectedProperty string

공개 메소드들

메소드 설명
anAdviceForAProtectedTargetMethod ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
anAfterReturningAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
changeNameArgumentAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
globalNameAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
introducedMethod01Implementation ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
introducedMethodWithArgumentsImplementation ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
lousyConstructorAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void
manyNamesAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
methodOfFinalClassAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
methodWithStaticTypeDeclarationsAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
propertyOnMethodArgumentAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
rocketScienceAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
somethingSmartAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
specialNameAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
thisOnMethodArgumentAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
throwWorldAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
tryToWrapStaticMethodAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
worldAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string

메소드 상세

anAdviceForAProtectedTargetMethod() 공개 메소드

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

anAfterReturningAdvice() 공개 메소드

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

changeNameArgumentAdvice() 공개 메소드

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

globalNameAdvice() 공개 메소드

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

introducedMethod01Implementation() 공개 메소드

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

introducedMethodWithArgumentsImplementation() 공개 메소드

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

lousyConstructorAdvice() 공개 메소드

public lousyConstructorAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void
$joinPoint Neos\Flow\Aop\JoinPointInterface
리턴 void

manyNamesAdvice() 공개 메소드

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

methodOfFinalClassAdvice() 공개 메소드

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

methodWithStaticTypeDeclarationsAdvice() 공개 메소드

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

propertyOnMethodArgumentAdvice() 공개 메소드

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

rocketScienceAdvice() 공개 메소드

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

somethingSmartAdvice() 공개 메소드

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

specialNameAdvice() 공개 메소드

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

thisOnMethodArgumentAdvice() 공개 메소드

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

throwWorldAdvice() 공개 메소드

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

tryToWrapStaticMethodAdvice() 공개 메소드

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

worldAdvice() 공개 메소드

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

프로퍼티 상세

$introducedProtectedProperty 보호되어 있는 프로퍼티

protected string $introducedProtectedProperty
리턴 string

$introducedProtectedPropertyWithDefaultValue 공개적으로 프로퍼티

public string $introducedProtectedPropertyWithDefaultValue
리턴 string

$introducedPublicProperty 공개적으로 프로퍼티

public array $introducedPublicProperty
리턴 array