\ManaPHP\AopCutter

Summary

Methods
Properties
Constants
pointcutMethod()
pointCutMethods()
test()
No public properties found
No constants found
No protected methods found
$_joinPoints
N/A
No private methods found
No private properties found
N/A

Properties

$_joinPoints

$_joinPoints : array<mixed,\ManaPHP\Aop\JoinPoint[]>

Type

array<mixed,\ManaPHP\Aop\JoinPoint[]>

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