PHP 클래스 Neos\Flow\Persistence\Generic\Aspect\LazyLoadingObjectAspect

파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
initialize ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void Before advice, making sure we initialize before use.
isEntityOrValueObject ( )
needsLazyLoadingObjectAspect ( )

메소드 상세

initialize() 공개 메소드

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
리턴 void

isEntityOrValueObject() 공개 메소드

needsLazyLoadingObjectAspect() 공개 메소드