ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Cron\CLI\App Class Reference
+ Inheritance diagram for ILIAS\Cron\CLI\App:
+ Collaboration diagram for ILIAS\Cron\CLI\App:

Public Member Functions

 __construct (Command ... $commands)
 

Data Fields

const string NAME = 'The ILIAS cron job script'
 

Detailed Description

Definition at line 26 of file App.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Cron\CLI\App::__construct ( Command ...  $commands)

Definition at line 30 of file App.php.

31 {
32 parent::__construct(self::NAME);
33 foreach ($commands as $c) {
34 $this->add($c);
35 }
36 }
$c
Definition: deliver.php:25
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc

References $c, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\UI\examples\Symbol\Glyph\Add\add().

+ Here is the call graph for this function:

Field Documentation

◆ NAME

const string ILIAS\Cron\CLI\App::NAME = 'The ILIAS cron job script'

Definition at line 28 of file App.php.


The documentation for this class was generated from the following file: