MessageSent
class MessageSent (View source)
Properties
| $message | 
Methods
                    array
                
                
                    __serialize()
        
                                            
                
            Get the serializable representation of the object.
                    void
                
                
                    __unserialize(array $data)
        
                                            
                
            Marshal the object from its serialized data.
                    mixed
                
                
                    __get(string $key)
        
                                            
                
            Dynamically get the original message.
Details
        
                            
    __construct(SentMessage $sent, array $data = [])
        
    
    Create a new event instance.
        
                            array
    __serialize()
        
    
    Get the serializable representation of the object.
        
                            void
    __unserialize(array $data)
        
    
    Marshal the object from its serialized data.
        
                            mixed
    __get(string $key)
        
    
    Dynamically get the original message.