CartItem
class CartItem extends AbstractEntity
Methods
                    __construct()
        
                                            
                
            No description
                    __sleep()
        
                                            
                
            No description
                    setClassName(string $class_name)
        
                                            
                
            No description
                    string
                
                
                    getClassName()
        
                                            
                
            No description
                    setClassId(string $class_id)
        
                                            
                
            No description
                    string
                
                
                    getClassId()
        
                                            
                
            No description
                    integer
                
                
                    getPrice()
        
                                            
                
            No description
                    setQuantity(integer $quantity)
        
                                            
                
            No description
                    integer
                
                
                    getQuantity()
        
                                            
                
            No description
                    integer
                
                
                    getTotalPrice()
        
                                            
                
            No description
                    object
                
                
                    getObject()
        
                                            
                
            No description