Service
class Service (View source)
Constants
| deprecated CASE_FIRST_LOWER | 
                     
  | 
            
| deprecated CASE_FIRST_UPPER | 
                     
  | 
            
| deprecated CASE_HAS_LOWER | 
                     
  | 
            
| deprecated CASE_HAS_UPPER | 
                     
  | 
            
| deprecated CASE_HAS_NONALPH | 
                     
  | 
            
| deprecated CASE_MIXED | 
                     
  | 
            
| deprecated TRUNCATE_CHARS | 
                     
  | 
            
| deprecated TRUNCATE_WORDS | 
                     
  | 
            
| deprecated TRUNCATE_SENTS | 
                     
  | 
            
| deprecated TRUNCATE_PARS | 
                     
  | 
            
Properties
| string[] | $bannedWords | 
Methods
                    false
                
                
                
            
                    int
                
                
                
            
                    bool
                
                
                
            
                    setBannedWords(string[] $bannedWords)
        
                                            
                
            No description
                    string[]
                
                
                    getBannedWords()
        
                                            
                
            No description
                    int
                
                
                    hasBannedWords(string $string)
        
                                            
                
            No description
                    bool
                
                
                
            
                    string
                
                
                    truncate($string, $num, string $which = self::TRUNCATE_CHARS, string $ellipsis = '…')
        deprecated
                                            
                
            No description
                    array
                
                
                
            Details
        
                            false
    getCSV_simple($file)
        deprecated
    
    deprecated
No description
        
                            
    loadBannedWords()
        deprecated
    
    deprecated
No description
        
                            int
    wordCase($word)
        deprecated
    
    deprecated
No description
        
                            
    forceCase($case, $word)
        deprecated
    
    deprecated
No description
        
                            bool
    isBannedWord($word)
        deprecated
    
    deprecated
No description
        
                            
    setBannedWords(string[] $bannedWords)
        
    
    No description
        
                            string[]
    getBannedWords()
        
    
    No description
        
                            int
    hasBannedWords(string $string)
        
    
    No description
        
                            bool
    hasBannedPart($string)
        deprecated
    
    deprecated
No description
        
                            string
    truncate($string, $num, string $which = self::TRUNCATE_CHARS, string $ellipsis = '…')
        deprecated
    
    deprecated
No description
        
                            array
    getBannedKeys($inputArray)
        deprecated
    
    deprecated
No description