| 1 | <?php |
||
| 15 | class Php extends AbstractOutput |
||
| 16 | { |
||
| 17 | public $debug = false; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * {@inheritdoc} |
||
| 21 | * @see http://www.ietf.org/rfc/rfc2046.txt |
||
| 22 | * @see http://www.ietf.org/rfc/rfc3676.txt |
||
| 23 | */ |
||
| 24 | protected $content_type = 'text/plain'; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | public function encode(array $data, $rootNode=null) |
||
| 39 | |||
| 40 | public function serialize($data) |
||
| 44 | |||
| 45 | public function dump($data) |
||
| 49 | |||
| 50 | } |
||
| 51 |