|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Media Pool Item. More...
Collaboration diagram for ilMediaPoolItem:Public Member Functions | |
| __construct ($a_id=0) | |
| Construtor. More... | |
| setId ($a_val) | |
| Set id. More... | |
| getId () | |
| Get id. More... | |
| setType ($a_val) | |
| Set type. More... | |
| getType () | |
| Get type. More... | |
| setForeignId ($a_val) | |
| Set foreign id. More... | |
| getForeignId () | |
| Get foreign id. More... | |
| setImportId ($a_val) | |
| Set import id. More... | |
| getImportId () | |
| Get import id. More... | |
| setTitle ($a_val) | |
| Set title. More... | |
| getTitle () | |
| Get title. More... | |
| create () | |
| Create. More... | |
| read () | |
| Read. More... | |
| update () | |
| Update. More... | |
| delete () | |
| Delete. More... | |
Static Public Member Functions | |
| static | lookupForeignId ($a_id) |
| Lookup Foreign Id. More... | |
| static | lookupType ($a_id) |
| Lookup type. More... | |
| static | lookupTitle ($a_id) |
| Lookup title. More... | |
| static | updateObjectTitle ($a_obj) |
| Update object title. More... | |
| static | getPoolForItemId ($a_id) |
| Get media pools for item id. More... | |
| static | getIdsForType ($a_id, $a_type) |
| Get all ids for type. More... | |
Protected Attributes | |
| $db | |
| $import_id | |
Static Private Member Functions | |
| static | lookup ($a_id, $a_field) |
| Lookup. More... | |
| ilMediaPoolItem::__construct | ( | $a_id = 0 | ) |
Construtor.
| int | media pool item id |
Definition at line 25 of file class.ilMediaPoolItem.php.
References $DIC, read(), and setId().
Here is the call graph for this function:| ilMediaPoolItem::create | ( | ) |
| ilMediaPoolItem::delete | ( | ) |
| ilMediaPoolItem::getForeignId | ( | ) |
Get foreign id.
Definition at line 91 of file class.ilMediaPoolItem.php.
| ilMediaPoolItem::getId | ( | ) |
Get id.
Definition at line 51 of file class.ilMediaPoolItem.php.
|
static |
Get all ids for type.
return
Definition at line 309 of file class.ilMediaPoolItem.php.
Referenced by ilMepMultiSrt\getMobIds(), and ilMediaPoolExporter\getXmlExportTailDependencies().
Here is the caller graph for this function:| ilMediaPoolItem::getImportId | ( | ) |
Get import id.
Definition at line 111 of file class.ilMediaPoolItem.php.
References $import_id.
|
static |
Get media pools for item id.
Definition at line 286 of file class.ilMediaPoolItem.php.
Referenced by ilMediaObjectUsagesTableGUI\fillRow(), ilMediaPoolImporter\finalProcessing(), ilMediaPoolDataSet\importRecord(), and ilPageEditorGUI\showSnippetInfo().
Here is the caller graph for this function:| ilMediaPoolItem::getTitle | ( | ) |
Get title.
Definition at line 131 of file class.ilMediaPoolItem.php.
| ilMediaPoolItem::getType | ( | ) |
Get type.
Definition at line 71 of file class.ilMediaPoolItem.php.
References $type.
|
staticprivate |
Lookup.
return
Definition at line 216 of file class.ilMediaPoolItem.php.
Referenced by lookupForeignId(), lookupTitle(), and lookupType().
Here is the caller graph for this function:
|
static |
Lookup Foreign Id.
| int | mep item id |
Definition at line 235 of file class.ilMediaPoolItem.php.
References lookup().
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 call graph for this function:
Here is the caller graph for this function:
|
static |
Lookup title.
| int | mep item id |
Definition at line 255 of file class.ilMediaPoolItem.php.
References lookup().
Referenced by ilObjMediaPoolGUI\allMedia(), ilObjMediaPoolGUI\confirmRemove(), ilMediaObjectUsagesTableGUI\fillRow(), ilObjMediaPoolGUI\getFolderValues(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjMediaPoolGUI\getMediaPoolPageValues(), ilObjMediaPoolGUI\insertFromClipboard(), ilMediaPoolPage\lookupTitle(), ilPCContentInclude\modifyPageContentPostXsl(), and ilMediaPoolPageGUI\showPage().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Lookup type.
| int | mep item id |
Definition at line 245 of file class.ilMediaPoolItem.php.
References lookup().
Referenced by ilObjMediaPoolGUI\confirmRemove(), ilObjMediaPoolGUI\copyToClipboard(), ilObjMediaPoolSubItemListGUI\getHTML(), and ilObjMediaPoolGUI\returnFromItem().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMediaPoolItem::read | ( | ) |
Read.
Definition at line 158 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 | ( | $a_val | ) |
Set foreign id.
| int | foreign id |
Definition at line 81 of file class.ilMediaPoolItem.php.
Referenced by read().
Here is the caller graph for this function:| ilMediaPoolItem::setId | ( | $a_val | ) |
Set id.
| int | id |
Definition at line 41 of file class.ilMediaPoolItem.php.
Referenced by __construct(), and create().
Here is the caller graph for this function:| ilMediaPoolItem::setImportId | ( | $a_val | ) |
Set import id.
| string | $a_val | import id |
Definition at line 101 of file class.ilMediaPoolItem.php.
Referenced by read().
Here is the caller graph for this function:| ilMediaPoolItem::setTitle | ( | $a_val | ) |
Set title.
| string | title |
Definition at line 121 of file class.ilMediaPoolItem.php.
Referenced by read().
Here is the caller graph for this function:| ilMediaPoolItem::setType | ( | $a_val | ) |
Set type.
| string | type |
Definition at line 61 of file class.ilMediaPoolItem.php.
Referenced by read().
Here is the caller graph for this function:| ilMediaPoolItem::update | ( | ) |
Update.
return
Definition at line 180 of file class.ilMediaPoolItem.php.
|
static |
Update object title.
return
Definition at line 266 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 18 of file class.ilMediaPoolItem.php.
Referenced by getImportId().