\Imi\AopJoinPoint

Summary

Methods
Properties
Constants
__construct()
getType()
getMethod()
getArgs()
getTarget()
getThis()
setArgs()
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
N/A

Properties

$type

$type : string

切入点类型

Type

string

$method

$method : string

请求方法名

Type

string

$args

$args : array

请求参数

Type

array

$target

$target : mixed

连接点所在的目标对象

Type

mixed

Methods

__construct()

__construct(  $type,   $method,   $args,   $target,   $_this) 

Parameters

$type
$method
$args
$target
$_this

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