PHP Class neos\flow\aop\builder\AdvicedConstructorInterceptorBuilder

Inheritance: extends AbstractMethodInterceptorBuilder
Datei anzeigen Open project: neos/flow-development-collection

Public Methods

Method Description
build ( string $methodName, array $interceptedMethods, string $targetClassName ) : string Builds interception PHP code for an adviced constructor

Method Details

build() public method

Builds interception PHP code for an adviced constructor
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
return string PHP code of the interceptor