Esempio n. 1
0
 /**
  * Contains the logic to render a report and its children to the command line
  * 
  * @deprecated
  * @param common_report_Report $report A report to be rendered.
  * @param integer $intend the intend of the message.
  * @return string The command line output of $report.
  */
 public static function renderToCommandline(common_report_Report $report, $intend = 0)
 {
     return helpers_Report::renderToCommandLine($report, helpers_Report::AUTOSENSE, $intend);
 }