PHP Class Neos\Flow\Persistence\Generic\Aspect\LazyLoadingObjectAspect

Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Méthode Description
initialize ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void Before advice, making sure we initialize before use.
isEntityOrValueObject ( )
needsLazyLoadingObjectAspect ( )

Method Details

initialize() public méthode

This expects $proxy->Flow_Persistence_LazyLoadingObject_thawProperties to be a Closure that populates the object. That variable is unset after initializing the object!
public initialize ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void
$joinPoint Neos\Flow\Aop\JoinPointInterface The current join point
Résultat void

isEntityOrValueObject() public méthode

needsLazyLoadingObjectAspect() public méthode