|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Media pool repository. More...
Collaboration diagram for ILIAS\MediaPool\MediaPoolRepository:Public Member Functions | |
| __construct (\ilDBInterface $db=null) | |
| getItems (int $pool_id, string $title_filter="", string $format_filter="", string $keyword_filter="", string $caption_filter="") | |
Protected Member Functions | |
| getMediaObjects (int $pool_id, string $title_filter="", string $format_filter="", string $keyword_filter='', string $caption_filter="") | |
| getContentSnippets (int $pool_id, string $title_filter="", string $format_filter="", string $keyword_filter='', string $caption_filter="") | |
Protected Attributes | |
| ilDBInterface | $db |
Media pool repository.
Definition at line 27 of file class.MediaPoolRepository.php.
| ILIAS\MediaPool\MediaPoolRepository::__construct | ( | \ilDBInterface | $db = null | ) |
Definition at line 31 of file class.MediaPoolRepository.php.
References ILIAS\MediaPool\MediaPoolRepository\$db, and $DIC.
|
protected |
Definition at line 104 of file class.MediaPoolRepository.php.
References ILIAS\MediaPool\MediaPoolRepository\$db, $res, ilMDKeyword\_searchKeywords(), and ilDBInterface\quote().
Referenced by ILIAS\MediaPool\MediaPoolRepository\getItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\MediaPool\MediaPoolRepository::getItems | ( | int | $pool_id, |
| string | $title_filter = "", |
||
| string | $format_filter = "", |
||
| string | $keyword_filter = "", |
||
| string | $caption_filter = "" |
||
| ) |
Definition at line 161 of file class.MediaPoolRepository.php.
References ILIAS\MediaPool\MediaPoolRepository\getContentSnippets(), and ILIAS\MediaPool\MediaPoolRepository\getMediaObjects().
Here is the call graph for this function:
|
protected |
Definition at line 40 of file class.MediaPoolRepository.php.
References ILIAS\MediaPool\MediaPoolRepository\$db, $res, ilMDKeyword\_searchKeywords(), and ilDBInterface\quote().
Referenced by ILIAS\MediaPool\MediaPoolRepository\getItems().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 29 of file class.MediaPoolRepository.php.
Referenced by ILIAS\MediaPool\MediaPoolRepository\__construct(), ILIAS\MediaPool\MediaPoolRepository\getContentSnippets(), and ILIAS\MediaPool\MediaPoolRepository\getMediaObjects().