SummaryObjectExtractor
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
                
                
                
            Details
        
                            
    __construct(EntityManager $entityManager)
        
    
    No description
        
                    protected        
    usesLazyLoading(array $fields)
        
    
    No description
        
                            array
    getData(SummaryObject $summaryObject)
        
    
    No description