Documentation

Class Phalcon\Aop\Joinpoint

Source on GitHub

Methods

public array getArguments ()

Return caught method call arguments

public setArguments (array $params)

Sets caught method call arguments

public getException ()

public getPointcut ()

public process ()

public getKindOfAdvice ()

public getObject ()

public getReturnedValue ()

public setReturnedValue (unknown $value)

public getClassName ()

public getMethodName ()

public getFunctionName ()

public getAssignedValue ()

Gets the assigned value

public setAssignedValue (unknown $value)

Sets the assigned value

public getPropertyName ()

Gets the property name

public getPropertyValue ()

public setProperty (unknown $key, unknown $value)

Sets the object property

public getProperty (unknown $key)

Gets the object property