| 1 | <?php | ||
| 29 | class Driver_Text extends Base | ||
| 30 | { | ||
| 31 | /** | ||
| 32 | * Content type header | ||
| 33 | **/ | ||
| 34 | protected $type = 'text/plain; charset=UTF-8'; | ||
| 35 | |||
| 36 | /** | ||
| 37 | * Combine content parts on usual requests | ||
| 38 | * | ||
| 39 | * @param boolean $box Special case for box mode | ||
| 40 | * | ||
| 41 | * @return string | ||
| 42 | **/ | ||
|  | |||
| 43 | |||
| 44 | protected function combine($box) | ||
| 57 | } | ||
| 58 |