|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Inheritance diagram for ILIAS\Wiki\Search\SubitemPropertiesReader:
Collaboration diagram for ILIAS\Wiki\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 | |
| getPropertiesForWikiPage (PropertiesFactory $factory, int $parent_ref_id, ID $subitem_id, string $title) | |
| getPropertiesForFile (PropertiesFactory $factory, int $parent_ref_id, ID $subitem_id) | |
Protected Attributes | |
| ilLanguage | $lng |
| DataFactory | $data_factory |
| ilCtrlInterface | $ctrl |
Definition at line 38 of file SubitemPropertiesReader.php.
|
protected |
Definition at line 97 of file SubitemPropertiesReader.php.
Referenced by ILIAS\Wiki\Search\SubitemPropertiesReader\getSubitemProperties().
Here is the caller graph for this function:
|
protected |
Definition at line 80 of file SubitemPropertiesReader.php.
Referenced by ILIAS\Wiki\Search\SubitemPropertiesReader\getSubitemProperties().
Here is the caller graph for this function:| ILIAS\Wiki\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 56 of file SubitemPropertiesReader.php.
References ilObject\_exists(), ILIAS\Wiki\Search\SubitemPropertiesReader\getPropertiesForFile(), ILIAS\Wiki\Search\SubitemPropertiesReader\getPropertiesForWikiPage(), and ilWikiPage\lookupTitle().
Here is the call graph for this function:| ILIAS\Wiki\Search\SubitemPropertiesReader::init | ( | Container | $dic | ) |
Implements ILIAS\Search\Presentation\Result\Subitem\PropertiesReader.
Definition at line 49 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 44 of file SubitemPropertiesReader.php.
|
protected |
Definition at line 42 of file SubitemPropertiesReader.php.
|
protected |
Definition at line 41 of file SubitemPropertiesReader.php.
|
protected |
Definition at line 40 of file SubitemPropertiesReader.php.