BearFramework\App\Response\FileReader

Response type that reads file and outputs it.
BearFramework\App\Response\FileReader extends BearFramework\App\Response {

    
/* Properties */
    
public string $filename

    
/* Methods */
    
public __construct string $filename )

}
Extends
Properties
public string $filename
The filename to output.
Methods
public __construct ( string $filename )
Details
Location: ~/src/App/Response/FileReader.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.