contributions/scheduler/behaviour/commands/scheduler/create.cmd.php
Go to the documentation of this file.00001 <?php 00002 Load::commands('base/createscheduler'); 00003 00004 /** 00005 * Overload create command, to respect excusive paramter 00006 */ 00007 class CreateSchedulerCommand extends CreateSchedulerBaseCommand { 00008 }