|
ILIAS
trunk Revision v12.0_alpha-1541-g23eaa5e013d
|
Inheritance diagram for ILIAS\COPage\History\HistoryRetrieval:
Collaboration diagram for ILIAS\COPage\History\HistoryRetrieval:Public Member Functions | |
| __construct (HistoryDBRepository $history_repo, \ilDBInterface $db, int $page_id, string $parent_type, string $lang) | |
| 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 | |
| HistoryDBRepository | $history_repo |
| ilDBInterface | $db |
| int | $page_id |
| string | $parent_type |
| string | $lang |
Definition at line 28 of file class.HistoryRetrieval.php.
| ILIAS\COPage\History\HistoryRetrieval::__construct | ( | HistoryDBRepository | $history_repo, |
| \ilDBInterface | $db, | ||
| int | $page_id, | ||
| string | $parent_type, | ||
| string | $lang | ||
| ) |
Definition at line 38 of file class.HistoryRetrieval.php.
References ILIAS\COPage\History\HistoryRetrieval\$db, ILIAS\COPage\History\HistoryRetrieval\$history_repo, ILIAS\COPage\History\HistoryRetrieval\$lang, ILIAS\COPage\History\HistoryRetrieval\$page_id, and ILIAS\COPage\History\HistoryRetrieval\$parent_type.
| ILIAS\COPage\History\HistoryRetrieval::count | ( | array | $filter, |
| array | $parameters | ||
| ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 102 of file class.HistoryRetrieval.php.
| ILIAS\COPage\History\HistoryRetrieval::getData | ( | array | $fields, |
| ?Range | $range = null, |
||
| ?Order | $order = null, |
||
| array | $filter = [], |
||
| array | $parameters = [] |
||
| ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 52 of file class.HistoryRetrieval.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\COPage\History\HistoryRetrieval::isFieldNumeric | ( | string | $field | ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 114 of file class.HistoryRetrieval.php.
|
protected |
Definition at line 33 of file class.HistoryRetrieval.php.
Referenced by ILIAS\COPage\History\HistoryRetrieval\__construct().
|
protected |
Definition at line 32 of file class.HistoryRetrieval.php.
Referenced by ILIAS\COPage\History\HistoryRetrieval\__construct().
|
protected |
Definition at line 36 of file class.HistoryRetrieval.php.
Referenced by ILIAS\COPage\History\HistoryRetrieval\__construct().
|
protected |
Definition at line 34 of file class.HistoryRetrieval.php.
Referenced by ILIAS\COPage\History\HistoryRetrieval\__construct().
|
protected |
Definition at line 35 of file class.HistoryRetrieval.php.
Referenced by ILIAS\COPage\History\HistoryRetrieval\__construct().