PHP Interface Neos\Flow\Aop\ProxyInterface

Inheritance: extends Neos\Flow\ObjectManagement\Proxy\ProxyInterface
Mostra file Open project: neos/flow-development-collection

Public Methods

Method Description
Flow_Aop_Proxy_invokeJoinPoint ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed Invokes the joinpoint - calls the target methods.

Method Details

Flow_Aop_Proxy_invokeJoinPoint() public method

Invokes the joinpoint - calls the target methods.
public Flow_Aop_Proxy_invokeJoinPoint ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed
$joinPoint Neos\Flow\Aop\JoinPointInterface The join point
return mixed Result of the target (ie. original) method