|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilCronDefinitionProcessor:
Collaboration diagram for ilCronDefinitionProcessor:Public Member Functions | |
| __construct (ilDBInterface $db, ilSetting $setting, ilComponentRepository $componentRepository, ilComponentFactory $componentFactory) | |
| purge () | |
| This methods is supposed to purge existing data in the provider of the component, so new components can be added to a clean slate. More... | |
| beginComponent (string $component, string $type) | |
| This method is called when parsing of component.xml for the given component starts. More... | |
| endComponent (string $component, string $type) | |
| This method is called when parsing of component.xml for the given component ends. More... | |
| beginTag (string $name, array $attributes) | |
| This is called when a tag starts in the context of the given component. More... | |
| endTag (string $name) | |
| This is called when a tag ends in the context of the given component. More... | |
| purge () | |
| This methods is supposed to purge existing data in the provider of the component, so new components can be added to a clean slate. More... | |
| beginComponent (string $component, string $type) | |
| This method is called when parsing of component.xml for the given component starts. More... | |
| endComponent (string $component, string $type) | |
| This method is called when parsing of component.xml for the given component ends. More... | |
| beginTag (string $name, array $attributes) | |
| This is called when a tag starts in the context of the given component. More... | |
| endTag (string $name) | |
| This is called when a tag ends in the context of the given component. More... | |
Private Attributes | |
| ilDBInterface | $db |
| ilCronJobRepository | $cronRepository |
| string | $component = null |
| array | $has_cron |
Definition at line 23 of file class.ilCronDefinitionProcessor.php.
| ilCronDefinitionProcessor::__construct | ( | ilDBInterface | $db, |
| ilSetting | $setting, | ||
| ilComponentRepository | $componentRepository, | ||
| ilComponentFactory | $componentFactory | ||
| ) |
@noinspection PhpInconsistentReturnPointsInspection
Definition at line 31 of file class.ilCronDefinitionProcessor.php.
References $db, __construct(), error(), ilLogLevel\INFO, and ILIAS\UI\examples\MessageBox\Info\info().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCronDefinitionProcessor::beginComponent | ( | string | $component, |
| string | $type | ||
| ) |
This method is called when parsing of component.xml for the given component starts.
This is supposed to reset any internal parsing state.
Implements ilComponentDefinitionProcessor.
Definition at line 123 of file class.ilCronDefinitionProcessor.php.
References $component, and $type.
| ilCronDefinitionProcessor::beginTag | ( | string | $name, |
| array | $attributes | ||
| ) |
This is called when a tag starts in the context of the given component.
| string[] | $attributes |
Implements ilComponentDefinitionProcessor.
Definition at line 135 of file class.ilCronDefinitionProcessor.php.
References $attributes, $component, and $name.
| ilCronDefinitionProcessor::endComponent | ( | string | $component, |
| string | $type | ||
| ) |
This method is called when parsing of component.xml for the given component ends.
Implements ilComponentDefinitionProcessor.
Definition at line 129 of file class.ilCronDefinitionProcessor.php.
| ilCronDefinitionProcessor::endTag | ( | string | $name | ) |
This is called when a tag ends in the context of the given component.
Implements ilComponentDefinitionProcessor.
Definition at line 156 of file class.ilCronDefinitionProcessor.php.
References $name.
| ilCronDefinitionProcessor::purge | ( | ) |
This methods is supposed to purge existing data in the provider of the component, so new components can be added to a clean slate.
Implements ilComponentDefinitionProcessor.
Definition at line 119 of file class.ilCronDefinitionProcessor.php.
|
private |
Definition at line 27 of file class.ilCronDefinitionProcessor.php.
Referenced by beginComponent(), and beginTag().
|
private |
Definition at line 26 of file class.ilCronDefinitionProcessor.php.
|
private |
Definition at line 25 of file class.ilCronDefinitionProcessor.php.
Referenced by __construct().
|
private |
Definition at line 29 of file class.ilCronDefinitionProcessor.php.