Neos\Flow\Aop\Builder\AbstractMethodInterceptorBuilder::build PHP Метод

build() абстрактный публичный Метод

Builds method interception PHP code
abstract public build ( string $methodName, array $methodMetaInformation, string $targetClassName ) : string
$methodName string Name of the method to build an interceptor for
$methodMetaInformation 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
    public abstract function build($methodName, array $methodMetaInformation, $targetClassName);