ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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 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 Vendor\Package\$c, ILIAS\MetaData\Repository\Validation\Data\__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  }
__construct(VocabulariesInterface $vocabularies)
+ Here is the call graph for this function:

Field Documentation

◆ NAME

const 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: