UsedString
class UsedString (View source)
Properties
| protected int | $id | The subject this string was used for | |
| protected string | $usedString | The used string | |
| protected int | $subject | The subject this string was used for | |
| protected DateTime | $date | The DateTime the string was used | 
Methods
                    string
                
                
                    getUsedString()
        
                                            
                
            Get the used string
                    setUsedString(string $usedString)
        
                                            
                
            Set the used string
                    int
                
                
                    getSubject()
        
                                            
                
            Get the subject the string was used with
                    setSubject(int $subject)
        
                                            
                
            Set the subject the string was used with
Details
        
                            string
    getUsedString()
        
    
    Get the used string
        
                            UsedString
    setUsedString(string $usedString)
        
    
    Set the used string
        
                            int
    getSubject()
        
    
    Get the subject the string was used with
        
                            UsedString
    setSubject(int $subject)
        
    
    Set the subject the string was used with
        
                            DateTime
    getDate()
        
    
    Get the date this string was used
        
                            UsedString
    setDate(DateTime $date)
        
    
    Set the date this string was used