Batch
class Batch (View source)
Batch builder object for use before the batch is actually dispatched and converted into an entity.
Properties
| protected string | $name | ||
| protected iterable | $messages | 
Methods
                    string
                
                
                    getName()
        
                                            
                
            No description
                    setName(string $name)
        
                                            
                
            No description
                    iterable
                
                
                    getMessages()
        
                                            
                
            No description
                    setMessages(iterable|callable $messages)
        
                                            
                
            No description
                    add(object $message)
        
                                            
                
            No description
Details
        
                            string
    getName()
        
    
    No description
        
                            
    setName(string $name)
        
    
    No description
        
                            iterable
    getMessages()
        
    
    No description
        
                            
    setMessages(iterable|callable $messages)
        
    
    No description
        
                            
    add(object $message)
        
    
    No description
        
                            
    getWrappedMessages(Batch $batchEntity)
        
    
    No description
        
                static            Batch
    create(string $name = null, iterable|callable $messages = null)
        
    
    No description