getResultData() ); $result = ob_get_contents(); ob_end_clean(); $this->printText( $result ); } public function getDescription() { return 'Output data in PHP\'s var_dump() format' . parent::getDescription(); } public function getVersion() { return __CLASS__ . ': $Id: ApiFormatDump.php 79969 2011-01-10 22:36:26Z reedy $'; } }