interface ProxyInterface implements ProxyInterface (View source)

Contract and marker interface for the AOP Proxy classes

Methods

mixed
Flow_Aop_Proxy_invokeJoinPoint(JoinPointInterface $joinPoint)

Invokes the joinpoint - calls the target methods.

Details

mixed Flow_Aop_Proxy_invokeJoinPoint(JoinPointInterface $joinPoint)

Invokes the joinpoint - calls the target methods.

Parameters

JoinPointInterface $joinPoint

The join point

Return Value

mixed

Result of the target (ie. original) method