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

파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$afterReturningAdviceWasInvoked

공개 메소드들

메소드 설명
publicTargetMethod ( mixed $foo ) : mixed

보호된 메소드들

메소드 설명
protectedTargetMethod ( mixed $foo ) : mixed

메소드 상세

protectedTargetMethod() 보호된 메소드

protected protectedTargetMethod ( mixed $foo ) : mixed
$foo mixed
리턴 mixed

publicTargetMethod() 공개 메소드

public publicTargetMethod ( mixed $foo ) : mixed
$foo mixed
리턴 mixed

프로퍼티 상세

$afterReturningAdviceWasInvoked 공개적으로 프로퍼티

public $afterReturningAdviceWasInvoked