|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Inheritance diagram for ILIAS\COPage\PC\Grid\GridCellRetrieval:
Collaboration diagram for ILIAS\COPage\PC\Grid\GridCellRetrieval:Public Member Functions | |
| __construct (protected \ilPCGrid $grid) | |
| 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) | |
Definition at line 17 of file GridCellRetrieval.php.
| ILIAS\COPage\PC\Grid\GridCellRetrieval::__construct | ( | protected \ilPCGrid | $grid | ) |
Definition at line 21 of file GridCellRetrieval.php.
| ILIAS\COPage\PC\Grid\GridCellRetrieval::count | ( | array | $filter, |
| array | $parameters | ||
| ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 43 of file GridCellRetrieval.php.
| ILIAS\COPage\PC\Grid\GridCellRetrieval::getData | ( | array | $fields, |
| ?Range | $range = null, |
||
| ?Order | $order = null, |
||
| array | $filter = [], |
||
| array | $parameters = [] |
||
| ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 26 of file GridCellRetrieval.php.
| ILIAS\COPage\PC\Grid\GridCellRetrieval::isFieldNumeric | ( | string | $field | ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 50 of file GridCellRetrieval.php.