|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilMediaPoolItem:Public Member Functions | |
| __construct (int $a_id=0) | |
| setId (int $a_val) | |
| getId () | |
| setType (string $a_val) | |
| getType () | |
| setForeignId (int $a_val) | |
| Set foreign id (mob id) More... | |
| getForeignId () | |
| setImportId (string $a_val) | |
| getImportId () | |
| setTitle (string $a_val) | |
| getTitle () | |
| create () | |
| read () | |
| update () | |
| delete () | |
Static Public Member Functions | |
| static | lookupForeignId (int $a_id) |
| static | lookupType (int $a_id) |
| static | lookupTitle (int $a_id) |
| static | updateObjectTitle (int $a_obj) |
| static | getPoolForItemId (int $a_id) |
| static | getIdsForType (int $a_id, string $a_type) |
| Get all ids for type. More... | |
Protected Attributes | |
| string | $title = "" |
| int | $foreign_id = 0 |
| string | $type = "" |
| int | $id = 0 |
| ilDBInterface | $db |
| string | $import_id = "" |
Static Private Member Functions | |
| static | lookup (int $a_id, string $a_field) |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Media Pool Item
Definition at line 23 of file class.ilMediaPoolItem.php.
| ilMediaPoolItem::__construct | ( | int | $a_id = 0 | ) |
| int | $a_id | media pool item id |
Definition at line 35 of file class.ilMediaPoolItem.php.
References $DIC, read(), and setId().
Here is the call graph for this function:| ilMediaPoolItem::create | ( | ) |
Definition at line 101 of file class.ilMediaPoolItem.php.
References $db, $ilDB, getForeignId(), getImportId(), getTitle(), getType(), and setId().
Here is the call graph for this function:| ilMediaPoolItem::delete | ( | ) |
Definition at line 147 of file class.ilMediaPoolItem.php.
| ilMediaPoolItem::getForeignId | ( | ) |
Definition at line 76 of file class.ilMediaPoolItem.php.
References $foreign_id.
Referenced by create().
Here is the caller graph for this function:| ilMediaPoolItem::getId | ( | ) |
|
static |
Get all ids for type.
| int | $a_id | media pool id |
| string | $a_type | media item type |
Definition at line 232 of file class.ilMediaPoolItem.php.
References $DIC, $ilDB, and ILIAS\Repository\int().
Referenced by ilMepMultiSrt\getMobIds(), and ilMediaPoolExporter\getXmlExportTailDependencies().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMediaPoolItem::getImportId | ( | ) |
Definition at line 86 of file class.ilMediaPoolItem.php.
References $import_id.
Referenced by create().
Here is the caller graph for this function:
|
static |
Definition at line 209 of file class.ilMediaPoolItem.php.
References $DIC, $ilDB, and ILIAS\Repository\int().
Referenced by ILIAS\MediaPool\MediaPoolManager\copyItemFromEditClipboard(), ilMediaObjectUsagesTableGUI\fillRow(), ilMediaPoolImporter\finalProcessing(), ilMediaPoolDataSet\importRecord(), ILIAS\MediaPool\MediaPoolManager\isTargetWithinSource(), ILIAS\MediaPool\MediaPoolManager\pasteFromClipboard(), and ilPageEditorGUI\showSnippetInfo().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMediaPoolItem::getTitle | ( | ) |
Definition at line 96 of file class.ilMediaPoolItem.php.
References $title.
Referenced by create().
Here is the caller graph for this function:| ilMediaPoolItem::getType | ( | ) |
Definition at line 62 of file class.ilMediaPoolItem.php.
References $type.
Referenced by create().
Here is the caller graph for this function:
|
staticprivate |
Definition at line 157 of file class.ilMediaPoolItem.php.
|
static |
Definition at line 173 of file class.ilMediaPoolItem.php.
Referenced by ilObjMediaPoolGUI\copyToClipboard(), ilObjMediaPool\copyTreeContent(), ilPCMediaObjectGUI\create(), ilObjMediaPool\delete(), ilObjMediaPool\deleteChild(), ilObjMediaPoolGUI\executeCommand(), ilMediaCreationGUI\insertFromPool(), ilObjMediaPoolSubItemListGUI\parseImage(), ilPCMediaObjectGUI\selectObjectReference(), and ilInternalLinkGUI\showLinkHelp().
Here is the caller graph for this function:
|
static |
Definition at line 183 of file class.ilMediaPoolItem.php.
Referenced by ilObjMediaPoolGUI\allMedia(), ilObjMediaPoolGUI\confirmRemove(), ILIAS\MediaPool\MediaPoolManager\copyItemFromEditClipboard(), ilMediaObjectUsagesTableGUI\fillRow(), ilObjMediaPoolGUI\getFolderValues(), ilObjMediaPoolSubItemListGUI\getHTML(), ilMediaPoolPageGUI\getMediaPoolPageValues(), ilMediaPoolPage\lookupTitle(), ilPCContentInclude\modifyPageContentPostXsl(), and ilMediaPoolPageGUI\showPage().
Here is the caller graph for this function:
|
static |
Definition at line 178 of file class.ilMediaPoolItem.php.
Referenced by ilObjMediaPoolGUI\confirmRemove(), ILIAS\MediaPool\MediaPoolManager\copyMetadataOfItem(), ilObjMediaPoolGUI\copyToClipboard(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjMediaPoolGUI\paste(), ILIAS\MediaPool\MediaPoolManager\pasteFromClipboard(), and ilObjMediaPoolGUI\returnFromItem().
Here is the caller graph for this function:| ilMediaPoolItem::read | ( | ) |
Definition at line 117 of file class.ilMediaPoolItem.php.
References $db, $ilDB, setForeignId(), setImportId(), setTitle(), and setType().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMediaPoolItem::setForeignId | ( | int | $a_val | ) |
Set foreign id (mob id)
| int | $a_val | foreign id |
Definition at line 71 of file class.ilMediaPoolItem.php.
Referenced by read().
Here is the caller graph for this function:| ilMediaPoolItem::setId | ( | int | $a_val | ) |
Definition at line 47 of file class.ilMediaPoolItem.php.
Referenced by __construct(), and create().
Here is the caller graph for this function:| ilMediaPoolItem::setImportId | ( | string | $a_val | ) |
Definition at line 81 of file class.ilMediaPoolItem.php.
Referenced by read().
Here is the caller graph for this function:| ilMediaPoolItem::setTitle | ( | string | $a_val | ) |
Definition at line 91 of file class.ilMediaPoolItem.php.
Referenced by read(), and ilMediaPoolPageGUI\updateMediaPoolPage().
Here is the caller graph for this function:| ilMediaPoolItem::setType | ( | string | $a_val | ) |
Definition at line 57 of file class.ilMediaPoolItem.php.
Referenced by read().
Here is the caller graph for this function:| ilMediaPoolItem::update | ( | ) |
Definition at line 133 of file class.ilMediaPoolItem.php.
|
static |
Definition at line 189 of file class.ilMediaPoolItem.php.
References $DIC, $ilDB, ilObject\_lookupTitle(), and ilObject\_lookupType().
Referenced by ilMediaPoolAppEventListener\handleEvent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
|
protected |
Definition at line 26 of file class.ilMediaPoolItem.php.
Referenced by getForeignId().
|
protected |
Definition at line 28 of file class.ilMediaPoolItem.php.
Referenced by getId().
|
protected |
Definition at line 30 of file class.ilMediaPoolItem.php.
Referenced by getImportId().
|
protected |
Definition at line 25 of file class.ilMediaPoolItem.php.
Referenced by getTitle().
|
protected |
Definition at line 27 of file class.ilMediaPoolItem.php.
Referenced by getType().