PHP 클래스 Neos\Flow\Aop\Builder\AdvicedMethodInterceptorBuilder

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

공개 메소드들

메소드 설명
build ( string $methodName, array $interceptedMethods, string $targetClassName ) : string Builds interception PHP code for an adviced method

메소드 상세

build() 공개 메소드

Builds interception PHP code for an adviced method
public build ( string $methodName, array $interceptedMethods, string $targetClassName ) : string
$methodName string Name of the method to build an interceptor for
$interceptedMethods array An array of method names and their meta information, including advices for the method (if any)
$targetClassName string Name of the target class to build the interceptor for
리턴 string PHP code of the interceptor