PHP Class Demo\Aspect\FunctionInterceptorAspect

Inheritance: implements Go\Aop\Aspect
Datei anzeigen Open project: goaop/framework

Public Methods

Method Description
aroundArrayFunctions ( Go\Aop\Intercept\FunctionInvocation $invocation ) : mixed This advice intercepts an access to the array_*** function in Demo\Example\ namespace
aroundFileGetContents ( Go\Aop\Intercept\FunctionInvocation $invocation ) : mixed This advice intercepts an access to the file_get_contents() function

Method Details

aroundArrayFunctions() public method

This advice intercepts an access to the array_*** function in Demo\Example\ namespace
public aroundArrayFunctions ( Go\Aop\Intercept\FunctionInvocation $invocation ) : mixed
$invocation Go\Aop\Intercept\FunctionInvocation
return mixed

aroundFileGetContents() public method

This advice intercepts an access to the file_get_contents() function
public aroundFileGetContents ( Go\Aop\Intercept\FunctionInvocation $invocation ) : mixed
$invocation Go\Aop\Intercept\FunctionInvocation
return mixed