\ManaPHP\AopAdvice

Summary

Methods
Properties
Constants
addAround()
addBefore()
addAfter()
adviseBefore()
adviseAfter()
adviseAround()
No public properties found
No constants found
No protected methods found
$_before
$_around
$_after
N/A
No private methods found
No private properties found
N/A

Properties

$_before

$_before : array<mixed,callable>

Type

array<mixed,callable>

$_around

$_around : array<mixed,callable>

Type

array<mixed,callable>

$_after

$_after : array<mixed,callable>

Type

array<mixed,callable>

Methods

addAround()

addAround(callable  $closure = null) : static

Parameters

callable $closure

Returns

static

addBefore()

addBefore(callable  $closure = null) : static

Parameters

callable $closure

Returns

static

addAfter()

addAfter(callable  $closure = null) : static

Parameters

callable $closure

Returns

static

adviseBefore()

adviseBefore(\ManaPHP\Aop\JoinPoint  $joinPoint) : void

Parameters

\ManaPHP\Aop\JoinPoint $joinPoint

adviseAfter()

adviseAfter(\ManaPHP\Aop\JoinPoint  $joinPoint) : void

Parameters

\ManaPHP\Aop\JoinPoint $joinPoint

adviseAround()

adviseAround(\ManaPHP\Aop\JoinPoint  $joinPoint) : void

Parameters

\ManaPHP\Aop\JoinPoint $joinPoint