Neos\Flow\Tests\Persistence\Fixture\Model\DirtyEntity::Flow_Aop_Proxy_invokeJoinPoint PHP Method

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
    public function Flow_Aop_Proxy_invokeJoinPoint(JoinPointInterface $joinPoint)
    {
    }