Neos\Flow\Tests\Persistence\Fixture\Model\Entity2::Flow_Aop_Proxy_invokeJoinPoint PHP Méthode

Flow_Aop_Proxy_invokeJoinPoint() public méthode

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