markDeprecated(); ob_start(); var_dump( $this->getResultData() ); $result = ob_get_contents(); ob_end_clean(); $this->printText( $result ); } public function getDescription() { return 'DEPRECATED! Output data in PHP\'s var_dump() format' . parent::getDescription(); } }