SummaryObjectInspector
class SummaryObjectInspector (View source)
Responsible for getting the category member from a summary object.
Properties
| protected EntityManager | $entityManager | ||
| protected array | $memberMap | A lightweight map of category handle/ids to inflated objects so we don't have to have these thing be a complete performance nightmare  | 
                
Methods
                    __construct(EntityManager $entityManager)
        
                                            
                
            No description
                    CategoryMemberInterface|null
                
                
                
            Details
        
                            
    __construct(EntityManager $entityManager)
        
    
    No description
        
                            CategoryMemberInterface|null
    getCategoryMember(SummaryObjectInterface $summaryObject)
        
    
    No description