|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\LearningModule\Editing\SubObjectRetrieval:
Collaboration diagram for ILIAS\LearningModule\Editing\SubObjectRetrieval:Public Member Functions | |
| __construct (protected \ilLMTree $lm_tree, protected $type="", protected $current_node=0, protected $transl="") | |
| getChildTitle (array $child) | |
| getData (array $fields, ?Range $range=null, ?Order $order=null, array $filter=[], array $parameters=[]) | |
| count (array $filter=[], array $parameters=[]) | |
| isFieldNumeric (string $field) | |
| getData (array $fields, ?Range $range=null, ?Order $order=null, array $filter=[], array $parameters=[]) | |
| count (array $filter, array $parameters) | |
| isFieldNumeric (string $field) | |
Protected Member Functions | |
| getChilds () | |
Protected Attributes | |
| ilLanguage | $lng |
| ILIAS UI Factory | $f |
| array | $childs = null |
Definition at line 27 of file SubObjectRetrieval.php.
| ILIAS\LearningModule\Editing\SubObjectRetrieval::__construct | ( | protected \ilLMTree | $lm_tree, |
| protected | $type = "", |
||
| protected | $current_node = 0, |
||
| protected | $transl = "" |
||
| ) |
Definition at line 33 of file SubObjectRetrieval.php.
References $DIC, and ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\LearningModule\Editing\SubObjectRetrieval::count | ( | array | $filter = [], |
| array | $parameters = [] |
||
| ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 110 of file SubObjectRetrieval.php.
|
protected |
Definition at line 53 of file SubObjectRetrieval.php.
References ILIAS\LearningModule\Editing\SubObjectRetrieval\$childs.
| ILIAS\LearningModule\Editing\SubObjectRetrieval::getChildTitle | ( | array | $child | ) |
Definition at line 44 of file SubObjectRetrieval.php.
Referenced by ILIAS\LearningModule\Editing\SubObjectRetrieval\getData().
Here is the caller graph for this function:| ILIAS\LearningModule\Editing\SubObjectRetrieval::getData | ( | array | $fields, |
| ?Range | $range = null, |
||
| ?Order | $order = null, |
||
| array | $filter = [], |
||
| array | $parameters = [] |
||
| ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 64 of file SubObjectRetrieval.php.
References $lm_set, ilPageObject\_isScheduledActivation(), ilPageObject\_lookupActive(), ilPageObject\_lookupContainsDeactivatedElements(), and ILIAS\LearningModule\Editing\SubObjectRetrieval\getChildTitle().
Here is the call graph for this function:| ILIAS\LearningModule\Editing\SubObjectRetrieval::isFieldNumeric | ( | string | $field | ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 117 of file SubObjectRetrieval.php.
|
protected |
Definition at line 31 of file SubObjectRetrieval.php.
Referenced by ILIAS\LearningModule\Editing\SubObjectRetrieval\getChilds().
Definition at line 30 of file SubObjectRetrieval.php.
|
protected |
Definition at line 29 of file SubObjectRetrieval.php.