AppendableAttributeValue
class AppendableAttributeValue (View source)
Properties
| mixed | $value | The attribute value.  | 
                
Methods
                    void
                
                
                    __construct(mixed $value)
        
                                            
                
            Create a new appendable attribute value.
                    string
                
                
                    __toString()
        
                                            
                
            Get the string value.
Details
        
                            void
    __construct(mixed $value)
        
    
    Create a new appendable attribute value.
        
                            string
    __toString()
        
    
    Get the string value.