|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Inheritance diagram for ILIAS\WebResource\Search\SubitemPropertiesReader:
Collaboration diagram for ILIAS\WebResource\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 Attributes | |
| ilLanguage | $lng |
| DataFactory | $data_factory |
Definition at line 34 of file SubitemPropertiesReader.php.
| ILIAS\WebResource\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 50 of file SubitemPropertiesReader.php.
| ILIAS\WebResource\Search\SubitemPropertiesReader::init | ( | Container | $dic | ) |
Implements ILIAS\Search\Presentation\Result\Subitem\PropertiesReader.
Definition at line 44 of file SubitemPropertiesReader.php.
References 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 39 of file SubitemPropertiesReader.php.
|
protected |
Definition at line 37 of file SubitemPropertiesReader.php.
|
protected |
Definition at line 36 of file SubitemPropertiesReader.php.