ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
getEntry (int $id) | |
getAllEntries () | |
The default entry is returned first, and the remaining entries are returned according to their position. More... | |
getActiveEntries () | |
The default entry is returned first, and the remaining entries are returned according to their position. More... | |
getDefaultEntry () | |
deleteEntry (int $id) | |
createEntry (string $title, string $description='', bool $is_outdated=false, string $full_name='', ?URI $link=null, URI|string $image='', string $alt_text='') | |
Returns the ID of the newly created entry. More... | |
updateEntry (int $id, string $title, string $description='', bool $is_outdated=false, string $full_name='', ?URI $link=null, URI|string $image='', string $alt_text='') | |
reorderEntries (int ... $ids) | |
Updates the position of entries according to the order their IDs are passed. More... | |
Definition at line 25 of file NullRepository.php.
ILIAS\MetaData\Copyright\NullRepository::createEntry | ( | string | $title, |
string | $description = '' , |
||
bool | $is_outdated = false , |
||
string | $full_name = '' , |
||
?URI | $link = null , |
||
URI|string | $image = '' , |
||
string | $alt_text = '' |
||
) |
Returns the ID of the newly created entry.
Implements ILIAS\MetaData\Copyright\RepositoryInterface.
Definition at line 51 of file NullRepository.php.
ILIAS\MetaData\Copyright\NullRepository::deleteEntry | ( | int | $id | ) |
Implements ILIAS\MetaData\Copyright\RepositoryInterface.
Definition at line 47 of file NullRepository.php.
ILIAS\MetaData\Copyright\NullRepository::getActiveEntries | ( | ) |
The default entry is returned first, and the remaining entries are returned according to their position.
Outdated entries are skipped.
Implements ILIAS\MetaData\Copyright\RepositoryInterface.
Definition at line 37 of file NullRepository.php.
References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().
ILIAS\MetaData\Copyright\NullRepository::getAllEntries | ( | ) |
The default entry is returned first, and the remaining entries are returned according to their position.
Implements ILIAS\MetaData\Copyright\RepositoryInterface.
Definition at line 32 of file NullRepository.php.
References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().
ILIAS\MetaData\Copyright\NullRepository::getDefaultEntry | ( | ) |
Implements ILIAS\MetaData\Copyright\RepositoryInterface.
Definition at line 42 of file NullRepository.php.
ILIAS\MetaData\Copyright\NullRepository::getEntry | ( | int | $id | ) |
Implements ILIAS\MetaData\Copyright\RepositoryInterface.
Definition at line 27 of file NullRepository.php.
ILIAS\MetaData\Copyright\NullRepository::reorderEntries | ( | int ... | $ids | ) |
Updates the position of entries according to the order their IDs are passed.
Implements ILIAS\MetaData\Copyright\RepositoryInterface.
Definition at line 75 of file NullRepository.php.
ILIAS\MetaData\Copyright\NullRepository::updateEntry | ( | int | $id, |
string | $title, | ||
string | $description = '' , |
||
bool | $is_outdated = false , |
||
string | $full_name = '' , |
||
?URI | $link = null , |
||
URI|string | $image = '' , |
||
string | $alt_text = '' |
||
) |
Implements ILIAS\MetaData\Copyright\RepositoryInterface.
Definition at line 63 of file NullRepository.php.