class LazyLoadingObjectAspect (View source)

deprecated since Flow 6.0

Adds the aspect of lazy loading to relevant objects

Methods

isEntityOrValueObject()

No description

needsLazyLoadingObjectAspect()

No description

void
initialize(JoinPointInterface $joinPoint)

Before advice, making sure we initialize before use.

Details

isEntityOrValueObject()

No description

needsLazyLoadingObjectAspect()

No description

void initialize(JoinPointInterface $joinPoint)

Before advice, making sure we initialize before use.

This expects $proxy->Flow_Persistence_LazyLoadingObject_thawProperties to be a Closure that populates the object. That variable is unset after initializing the object!

Parameters

JoinPointInterface $joinPoint

The current join point

Return Value

void