Neos\Flow\Tests\Persistence\Fixture\Model\DirtyEntity::Flow_Aop_Proxy_invokeJoinPoint PHP 메소드

Flow_Aop_Proxy_invokeJoinPoint() 공개 메소드

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
리턴 mixed Result of the target (ie. original) method
    public function Flow_Aop_Proxy_invokeJoinPoint(JoinPointInterface $joinPoint)
    {
    }