ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
EntriesRepository.php
Go to the documentation of this file.
1 <?php
2 
20 
22 
24 {
25  public function syncWithGlobalScreen(FooterMainCollector $collector): void;
26 
27  public function store(Entry $entry): Entry;
28 
29  public function blank(): Entry;
30 
31  public function delete(Entry $entry): void;
32 
33  public function get(string $identifier): ?Entry;
34 
35  public function has(string $identifier): bool;
36 
40  public function all(): \Generator;
41 
45  public function allForParent(string $parent_identifier): \Generator;
46 
47  public function updatePositionById(string $id, int $position): void;
48 }
syncWithGlobalScreen(FooterMainCollector $collector)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23