Entry
final class Entry (View source)
Constants
| REQUIRED_NO | 
                     Neither the email address nor the sender name are required.  | 
            
| REQUIRED_EMAIL | 
                     The email address is required, the sender name is optional.  | 
            
| REQUIRED_EMAIL_AND_NAME | 
                     Both the email address and the sender name are required.  | 
            
Properties
| private string | $name | ||
| private string | $emailKey | ||
| private string | $nameKey | ||
| private string | $packageHandle | ||
| private int | $priority | ||
| private int | $required | ||
| private string | $notes | 
Methods
                    __construct(string $name, string $emailKey)
        
                                            
                
            No description
                    string
                
                
                    getName()
        
                                            
                
            No description
                    setEmailKey(string $value)
        
                                            
                
            No description
                    string
                
                
                    getEmailKey()
        
                                            
                
            No description
                    setNameKey(string $value)
        
                                            
                
            No description
                    string
                
                
                    getNameKey()
        
                                            
                
            No description
                    setPackageHandle(string $value)
        
                                            
                
            No description
                    string
                
                
                    getPackageHandle()
        
                                            
                
            No description
                    setPriority(int $value)
        
                                            
                
            No description
                    int
                
                
                    getPriority()
        
                                            
                
            No description
                    setRequired(int $value)
        
                                            
                
            No description
                    int
                
                
                    getRequired()
        
                                            
                
            No description
                    string
                
                
                    getNotes()
        
                                            
                
            No description
Details
        
                            
    __construct(string $name, string $emailKey)
        
    
    No description
        
                            Entry
    setName(string $value)
        
    
    No description
        
                            string
    getName()
        
    
    No description
        
                            Entry
    setEmailKey(string $value)
        
    
    No description
        
                            string
    getEmailKey()
        
    
    No description
        
                            Entry
    setNameKey(string $value)
        
    
    No description
        
                            string
    getNameKey()
        
    
    No description
        
                            Entry
    setPackageHandle(string $value)
        
    
    No description
        
                            string
    getPackageHandle()
        
    
    No description
        
                            Entry
    setPriority(int $value)
        
    
    No description
        
                            int
    getPriority()
        
    
    No description
        
                            Entry
    setRequired(int $value)
        
    
    No description
        
                            int
    getRequired()
        
    
    No description
        
                            Entry
    setNotes(string $value)
        
    
    No description
        
                            string
    getNotes()
        
    
    No description