\ManaPHP\AopCutterInterface

Summary

Methods
Constants
pointcutMethod()
pointCutMethods()
test()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

pointcutMethod()

pointcutMethod(string  $class, string  $method, string  $signature = null) : \ManaPHP\Aop\Advice

Parameters

string $class
string $method
string $signature

Returns

\ManaPHP\Aop\Advice

pointCutMethods()

pointCutMethods(string|array  $classes = '*', callable  $closure = null) : void

Parameters

string|array $classes
callable $closure

test()

test(callable  $closure = null) 

Parameters

callable $closure