class SummaryObjectExtractor (View source)

Responsible for extracting all data fields from a Collection object. Primarily exists in order to handle lazy loading and more exotic data field use cases.

Properties

protected EntityManager $entityManager

Methods

__construct(EntityManager $entityManager)

No description

usesLazyLoading(array $fields)

No description

array
getData(SummaryObject $summaryObject)

No description

Details

__construct(EntityManager $entityManager)

No description

Parameters

EntityManager $entityManager

protected usesLazyLoading(array $fields)

No description

Parameters

array $fields

array getData(SummaryObject $summaryObject)

No description

Parameters

SummaryObject $summaryObject

Return Value

array