|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Inheritance diagram for ILIAS\LearningModule\Search\SubitemPropertiesReader:
Collaboration diagram for ILIAS\LearningModule\Search\SubitemPropertiesReader:Public Member Functions | |
| init (Container $dic) | |
| getSubitemProperties (PropertiesFactory $factory, int $parent_ref_id, ID ... $subitem_ids) | |
| Order of the output should respect the order of the subitem_ids. More... | |
| init (Container $dic) | |
| getSubitemProperties (PropertiesFactory $factory, int $parent_ref_id, ID ... $subitem_ids) | |
| Order of the output should respect the order of the subitem_ids. More... | |
Static Public Member Functions | |
| static | type () |
| Type of the parent object. More... | |
| static | type () |
| Type of the parent object. More... | |
Protected Member Functions | |
| getPropertiesForLMObject (PropertiesFactory $factory, int $parent_ref_id, ID $subitem_id, string $presentable_type) | |
| getPropertiesForFile (PropertiesFactory $factory, int $parent_ref_id, ID $subitem_id) | |
Protected Attributes | |
| ilLanguage | $lng |
| DataFactory | $data_factory |
| ilCtrlInterface | $ctrl |
Definition at line 36 of file SubitemPropertiesReader.php.
|
protected |
Definition at line 110 of file SubitemPropertiesReader.php.
Referenced by ILIAS\LearningModule\Search\SubitemPropertiesReader\getSubitemProperties().
Here is the caller graph for this function:
|
protected |
Definition at line 89 of file SubitemPropertiesReader.php.
Referenced by ILIAS\LearningModule\Search\SubitemPropertiesReader\getSubitemProperties().
Here is the caller graph for this function:| ILIAS\LearningModule\Search\SubitemPropertiesReader::getSubitemProperties | ( | PropertiesFactory | $factory, |
| int | $parent_ref_id, | ||
| ID ... | $subitem_ids | ||
| ) |
Order of the output should respect the order of the subitem_ids.
Subitems that should not be shown in the search results should not be included in the output (read access on the parent object is already checked).
Implements ILIAS\Search\Presentation\Result\Subitem\PropertiesReader.
Definition at line 54 of file SubitemPropertiesReader.php.
References ilObject\_exists(), ILIAS\LearningModule\Search\SubitemPropertiesReader\getPropertiesForFile(), ILIAS\LearningModule\Search\SubitemPropertiesReader\getPropertiesForLMObject(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\LearningModule\Search\SubitemPropertiesReader::init | ( | Container | $dic | ) |
Implements ILIAS\Search\Presentation\Result\Subitem\PropertiesReader.
Definition at line 47 of file SubitemPropertiesReader.php.
References ILIAS\DI\Container\ctrl(), ILIAS\Repository\ctrl(), ILIAS\DI\Container\language(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
static |
Type of the parent object.
Should do nothing but return a string, is called during setup.
Implements ILIAS\Search\Presentation\Result\Subitem\PropertiesReader.
Definition at line 42 of file SubitemPropertiesReader.php.
|
protected |
Definition at line 40 of file SubitemPropertiesReader.php.
|
protected |
Definition at line 39 of file SubitemPropertiesReader.php.
|
protected |
Definition at line 38 of file SubitemPropertiesReader.php.