1 | <?php |
||
6 | class TimberRequest extends TimberCore implements TimberCoreInterface { |
||
|
|||
7 | |||
8 | public $post = array(); |
||
9 | public $get = array(); |
||
10 | |||
11 | /** |
||
12 | * Constructs a TimberRequest object |
||
13 | * @example |
||
14 | */ |
||
15 | function __construct() { |
||
18 | |||
19 | /** |
||
20 | * @internal |
||
21 | */ |
||
22 | protected function init() { |
||
26 | } |
||
27 |