|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilMDCopyrightSelectionEntry:Public Member Functions | |
| __construct (int $a_entry_id) | |
| getUsage () | |
| getEntryId () | |
| getIsDefault () | |
| Get if the entry is default No setter for this. More... | |
| setOutdated (bool $a_value) | |
| getOutdated () | |
| setTitle (string $a_title) | |
| getTitle () | |
| setDescription (string $a_desc) | |
| getDescription () | |
| setCopyright (string $a_copyright) | |
| getCopyright () | |
| setOrderPosition (int $a_position) | |
| getOrderPosition () | |
| add () | |
| update () | |
| delete () | |
| validate () | |
Static Public Member Functions | |
| static | _getEntries () |
| static | lookupCopyyrightTitle (string $a_cp_string) |
| static | _lookupCopyright (string $a_cp_string) |
| static | _lookupCopyrightForExport (string $a_cp_string) |
| static | lookupCopyrightFromImport (string $copyright_text) |
| static | _extractEntryId (string $a_cp_string) |
| static | isEntry ($a_cp_string) |
| static | getDefault () |
| static | createIdentifier (int $a_entry_id) |
Protected Member Functions | |
| getNextOrderPosition () | |
Protected Attributes | |
| ilLogger | $logger |
| ilDBInterface | $db |
| RendererInterface | $renderer |
| RepositoryInterface | $repository |
| UIRenderer | $ui_renderer |
| bool | $outdated = false |
| int | $order_position = 0 |
Private Member Functions | |
| read () | |
Private Attributes | |
| int | $entry_id |
| string | $title = '' |
| string | $description = '' |
| string | $copyright = '' |
| int | $usage = null |
Definition at line 33 of file class.ilMDCopyrightSelectionEntry.php.
| ilMDCopyrightSelectionEntry::__construct | ( | int | $a_entry_id | ) |
Definition at line 52 of file class.ilMDCopyrightSelectionEntry.php.
References $DIC, ILIAS\Repository\logger(), read(), and ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:
|
static |
|
static |
Definition at line 71 of file class.ilMDCopyrightSelectionEntry.php.
References $DIC, $ilDB, and $res.
|
static |
Definition at line 104 of file class.ilMDCopyrightSelectionEntry.php.
References $components, $DIC, and ILIAS\MetaData\Copyright\RendererInterface\toUIComponents().
Referenced by ilMDUtils\_parseCopyright().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 125 of file class.ilMDCopyrightSelectionEntry.php.
References $data, $DIC, and ILIAS\MetaData\Copyright\RepositoryInterface\getEntry().
Referenced by ilMDRights\toXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::add | ( | ) |
Definition at line 302 of file class.ilMDCopyrightSelectionEntry.php.
References getDescription(), getNextOrderPosition(), getOutdated(), and getTitle().
Here is the call graph for this function:
|
static |
Definition at line 359 of file class.ilMDCopyrightSelectionEntry.php.
References IL_INST_ID.
Referenced by ilMDUtils\_getDefaultCopyright(), and ilMDRights\parseDescriptionFromImport().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::delete | ( | ) |
Definition at line 332 of file class.ilMDCopyrightSelectionEntry.php.
| ilMDCopyrightSelectionEntry::getCopyright | ( | ) |
Definition at line 278 of file class.ilMDCopyrightSelectionEntry.php.
References $copyright.
|
static |
Definition at line 238 of file class.ilMDCopyrightSelectionEntry.php.
References $DIC, $res, ilDBInterface\fetchAssoc(), ilDBInterface\query(), and ilDBInterface\quote().
Referenced by ilMDUtils\_getDefaultCopyright().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getDescription | ( | ) |
Definition at line 268 of file class.ilMDCopyrightSelectionEntry.php.
References $description.
Referenced by add(), and update().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getEntryId | ( | ) |
Definition at line 208 of file class.ilMDCopyrightSelectionEntry.php.
References $entry_id.
Referenced by getUsage(), and update().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getIsDefault | ( | ) |
Get if the entry is default No setter for this.
Definition at line 217 of file class.ilMDCopyrightSelectionEntry.php.
References $res.
|
protected |
Definition at line 293 of file class.ilMDCopyrightSelectionEntry.php.
References $res.
Referenced by add().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getOrderPosition | ( | ) |
Definition at line 288 of file class.ilMDCopyrightSelectionEntry.php.
References $order_position.
Referenced by update().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getOutdated | ( | ) |
Definition at line 233 of file class.ilMDCopyrightSelectionEntry.php.
References $outdated.
Referenced by add(), and update().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getTitle | ( | ) |
Definition at line 258 of file class.ilMDCopyrightSelectionEntry.php.
References $title.
Referenced by add(), update(), and validate().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::getUsage | ( | ) |
Definition at line 190 of file class.ilMDCopyrightSelectionEntry.php.
References $res, $usage, getEntryId(), IL_INST_ID, and ILIAS\Repository\int().
Here is the call graph for this function:
|
static |
Definition at line 182 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by ilMDUtils\_parseCopyright().
Here is the caller graph for this function:
|
static |
Definition at line 140 of file class.ilMDCopyrightSelectionEntry.php.
References $DIC, and ILIAS\MetaData\Copyright\RepositoryInterface\getAllEntries().
Referenced by ilMDRights\parseDescriptionFromImport().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 87 of file class.ilMDCopyrightSelectionEntry.php.
References $DIC, $ilDB, $res, and ilDBConstants\T_INTEGER.
|
private |
Definition at line 344 of file class.ilMDCopyrightSelectionEntry.php.
References ILIAS\UI\examples\Deck\repository(), setCopyright(), setDescription(), setOrderPosition(), setOutdated(), and setTitle().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::setCopyright | ( | string | $a_copyright | ) |
Definition at line 273 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::setDescription | ( | string | $a_desc | ) |
Definition at line 263 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::setOrderPosition | ( | int | $a_position | ) |
Definition at line 283 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::setOutdated | ( | bool | $a_value | ) |
Definition at line 228 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::setTitle | ( | string | $a_title | ) |
Definition at line 253 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by read().
Here is the caller graph for this function:| ilMDCopyrightSelectionEntry::update | ( | ) |
Definition at line 318 of file class.ilMDCopyrightSelectionEntry.php.
References getDescription(), getEntryId(), getOrderPosition(), getOutdated(), and getTitle().
Here is the call graph for this function:| ilMDCopyrightSelectionEntry::validate | ( | ) |
Definition at line 339 of file class.ilMDCopyrightSelectionEntry.php.
References getTitle().
Here is the call graph for this function:
|
private |
Definition at line 44 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getCopyright().
|
protected |
Definition at line 36 of file class.ilMDCopyrightSelectionEntry.php.
|
private |
Definition at line 43 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getDescription().
|
private |
Definition at line 41 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getEntryId().
|
protected |
Definition at line 35 of file class.ilMDCopyrightSelectionEntry.php.
|
protected |
Definition at line 50 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getOrderPosition().
|
protected |
Definition at line 48 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getOutdated().
|
protected |
Definition at line 37 of file class.ilMDCopyrightSelectionEntry.php.
|
protected |
Definition at line 38 of file class.ilMDCopyrightSelectionEntry.php.
|
private |
Definition at line 42 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getTitle().
|
protected |
Definition at line 39 of file class.ilMDCopyrightSelectionEntry.php.
|
private |
Definition at line 46 of file class.ilMDCopyrightSelectionEntry.php.
Referenced by getUsage().