|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Inheritance diagram for ILIAS\Help\GuidedTour\StepRetrieval:
Collaboration diagram for ILIAS\Help\GuidedTour\StepRetrieval:Public Member Functions | |
| __construct (protected InternalDomainService $domain, protected int $tour_id) | |
| 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 Attributes | |
| ILIAS Help GuidedTour Step StepManager | $step_manager |
Definition at line 28 of file StepRetrieval.php.
| ILIAS\Help\GuidedTour\StepRetrieval::__construct | ( | protected InternalDomainService | $domain, |
| protected int | $tour_id | ||
| ) |
Definition at line 32 of file StepRetrieval.php.
References ILIAS\Help\GuidedTour\InternalDomainService\step().
Here is the call graph for this function:| ILIAS\Help\GuidedTour\StepRetrieval::count | ( | array | $filter = [], |
| array | $parameters = [] |
||
| ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 55 of file StepRetrieval.php.
| ILIAS\Help\GuidedTour\StepRetrieval::getData | ( | array | $fields, |
| ?Range | $range = null, |
||
| ?Order | $order = null, |
||
| array | $filter = [], |
||
| array | $parameters = [] |
||
| ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 39 of file StepRetrieval.php.
| ILIAS\Help\GuidedTour\StepRetrieval::isFieldNumeric | ( | string | $field | ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 62 of file StepRetrieval.php.
|
protected |
Definition at line 30 of file StepRetrieval.php.