Example #1
0
 public static function init($params, &$report)
 {
     trigger_error("CREATED header is deprecated.  Use the INFO header with the 'created' parameter instead.", E_USER_DEPRECATED);
     return parent::init($params, $report);
 }
Example #2
0
 public static function init($params, &$report)
 {
     trigger_error("DESCRIPTION header is deprecated.  Use the INFO header with the 'description' parameter instead.", E_USER_DEPRECATED);
     return parent::init($params, $report);
 }