FRED™
3.0
FRED™: Framework for Rapid and Easy Development
Txt.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Rsi\Fred\Controller\View
;
4
5
class
Txt
extends
\Rsi\Fred\Controller\View{
6
7
public
function
render
(){
8
if
(!headers_sent()) header(
'Content-type: text/plain; charset=utf-8'
);
9
print(\
Rsi
\Ini::toString($this->data));
10
}
11
12
}
Rsi\Fred\Controller\View\Txt
Definition:
Txt.php:5
Rsi\Fred\Controller\View
Rsi
Rsi\Fred\Controller\View\Txt\render
render()
Definition:
Txt.php:7
src
Rsi
Fred
Controller
View
Txt.php
Generated on Sun Aug 2 2020 19:43:57 for FRED™ by
1.8.13