\Imi\AopAfterThrowingJoinPoint

Summary

Methods
Properties
Constants
__construct()
getType()
getMethod()
getArgs()
getTarget()
getThis()
setArgs()
getThrowable()
cancelThrow()
isCancelThrow()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$type
$method
$args
$target
$_this
$throwable
$isCancelThrow
N/A

Properties

$type

$type : string

切入点类型

Type

string

$method

$method : string

请求方法名

Type

string

$args

$args : array

请求参数

Type

array

$target

$target : mixed

连接点所在的目标对象

Type

mixed

$throwable

$throwable : \Throwable

异常

Type

\Throwable

$isCancelThrow

$isCancelThrow : boolean

是否取消抛出异常

Type

boolean

Methods

__construct()

__construct(  $type,   $method,   $args,   $target,   $_this, \Throwable  $throwable) 

Parameters

$type
$method
$args
$target
$_this
\Throwable $throwable

getType()

getType() : string

获取切入点类型

Returns

string

getMethod()

getMethod() : string

获取请求方法名

Returns

string

getArgs()

getArgs() : array

获取请求参数

Returns

array

getTarget()

getTarget() : mixed

获取连接点所在的目标对象

Returns

mixed

getThis()

getThis() : \Imi\Bean\BeanProxy

获取代理对象本身

Returns

\Imi\Bean\BeanProxy

setArgs()

setArgs(array  $args) : \Imi\Aop\voie

修改请求参数

Parameters

array $args

请求参数

Returns

\Imi\Aop\voie

getThrowable()

getThrowable() : \Throwable

获取异常

Returns

\Throwable

cancelThrow()

cancelThrow(boolean  $isCancelThrow = true) : boolean

取消抛出异常

Parameters

boolean $isCancelThrow

是否取消,默认为true

Returns

boolean

isCancelThrow()

isCancelThrow() : boolean

是否取消抛出异常

Returns

boolean