상속: extends CommandLineTool
예제 #1
0
 /**
  * Constructor.
  * @param $argv array command-line arguments
  * 		If specified, the first parameter should be the path to
  *		a tasks XML descriptor file (other than the default)
  */
 function runScheduledTasks($argv = array())
 {
     parent::ScheduledTaskTool($argv);
 }
예제 #2
0
 /**
  * Constructor.
  * @param $argv array command-line arguments
  * 		If specified, the first parameter should be the path to
  *		a tasks XML descriptor file (other than the default)
  */
 function __construct($argv = array())
 {
     parent::__construct($argv);
 }