BearFramework\App\Response\Text

Response type that outputs text. The appropriate content type is set.
BearFramework\App\Response\Text extends BearFramework\App\Response {

    
/* Methods */
    
public __construct ( [ string $content '' ] )

}
Extends
Methods
public __construct ( [ string $content = '' ] )
Details
Location: ~/src/App/Response/Text.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.