GenericInterface
                
            in
            
        
    
        
            Describes Generic interface.
Table of Contents
Methods
Methods
name()
Retrieve random name.
    public
                    name([int $Size = 1 ]) : string
    Parameters
- $Size : int = 1
 - 
                    
The size of name to return.
 
Return values
stringword()
Retrieve random word.
    public
                    word([int $Size = 1 ]) : string
    Parameters
- $Size : int = 1
 - 
                    
The size of word to return.