ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
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.

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

31  {
32  parent::__construct(self::NAME);
33  foreach ($commands as $c) {
34  $this->add($c);
35  }
36  }
add()
description: > Example for rendring an add glyph.
Definition: add.php:41
$c
Definition: deliver.php:25
__construct(Container $dic, ilPlugin $plugin)
+ 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: