ServerRequestInterface
            
            extends
                            ServerRequestInterface                    
                
            in
            
        
    
        
            Describes RequestInterface interface.
Table of Contents
Methods
- getParsedFiles() : array<string|int, mixed>
 - Retrieve any provided file upload data.
 - hasAttribute() : bool
 - Check if the attribute is exists.
 
Methods
getParsedFiles()
Retrieve any provided file upload data.
    public
                    getParsedFiles([string $Name = "" ]) : array<string|int, mixed>
    Parameters
- $Name : string = ""
 - 
                    
Input file name.
 
Return values
array<string|int, mixed>hasAttribute()
Check if the attribute is exists.
    public
                    hasAttribute(string $name) : bool
    Parameters
- $name : string
 - 
                    
The attribute name.