markDeprecated(); $data = $this->getResult()->getResultData( null, array( 'BC' => array(), 'Types' => array(), 'Strip' => 'all', ) ); ob_start(); var_dump( $data ); $result = ob_get_contents(); ob_end_clean(); $this->printText( $result ); } public function isDeprecated() { return true; } }