|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilTreeTrashQueries:Public Member Functions | |
| __construct () | |
| ilTreeTrash constructor. More... | |
| isTrashedTrash (array $ref_ids) | |
| findRepositoryLocationForDeletedNode (int $deleted_node) | |
| getTrashedNodeTypesForContainer (int $ref_id) | |
| getNumberOfTrashedNodesForTrashedContainer (int $ref_id) | |
| getTrashNodeForContainer (int $ref_id, array $filter, int &$max_entries, string $order_field, string $order_direction, int $limit=self::QUERY_LIMIT, int $offset=0) | |
| Get trashed nodes. More... | |
| getTrashedNodesForContainerUsingRecursion (int $ref_id) | |
| Unfortunately not supported by mysql 5. More... | |
Protected Member Functions | |
| appendTrashNodeForContainerQueryFilter (array $filter) | |
Protected Attributes | |
| const | QUERY_LIMIT = 10 |
Private Attributes | |
| int | $ref_id = 0 |
| ilTree | $tree |
| ilLogger | $logger |
| ilDBInterface | $db |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 24 of file class.ilTreeTrashQueries.php.
| ilTreeTrashQueries::__construct | ( | ) |
ilTreeTrash constructor.
Definition at line 39 of file class.ilTreeTrashQueries.php.
References $DIC, and ILIAS\Repository\logger().
Here is the call graph for this function:
|
protected |
| array{type? | string, title?: string, deleted?: array{from?: , to?: }} $filter |
Definition at line 211 of file class.ilTreeTrashQueries.php.
References ilObjUser\_lookupId(), IL_CAL_DATE, ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Referenced by getTrashNodeForContainer().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTreeTrashQueries::findRepositoryLocationForDeletedNode | ( | int | $deleted_node | ) |
| int | $deleted_node |
Definition at line 74 of file class.ilTreeTrashQueries.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, ILIAS\Repository\logger(), and ilDBConstants\T_INTEGER.
Here is the call graph for this function:| ilTreeTrashQueries::getNumberOfTrashedNodesForTrashedContainer | ( | int | $ref_id | ) |
| int | $ref_id |
Definition at line 113 of file class.ilTreeTrashQueries.php.
References $res.
| ilTreeTrashQueries::getTrashedNodesForContainerUsingRecursion | ( | int | $ref_id | ) |
Unfortunately not supported by mysql 5.
| int | $ref_id |
| ilDatabaseException |
Definition at line 185 of file class.ilTreeTrashQueries.php.
References Vendor\Package\$e, $res, ilDBConstants\FETCHMODE_OBJECT, ILIAS\Repository\int(), ILIAS\Repository\logger(), and ilDBConstants\T_INTEGER.
Here is the call graph for this function:| ilTreeTrashQueries::getTrashedNodeTypesForContainer | ( | int | $ref_id | ) |
| int | $ref_id |
Definition at line 92 of file class.ilTreeTrashQueries.php.
References $res, and ilDBConstants\FETCHMODE_OBJECT.
| ilTreeTrashQueries::getTrashNodeForContainer | ( | int | $ref_id, |
| array | $filter, | ||
| int & | $max_entries, | ||
| string | $order_field, | ||
| string | $order_direction, | ||
| int | $limit = self::QUERY_LIMIT, |
||
| int | $offset = 0 |
||
| ) |
Get trashed nodes.
Count query
Definition at line 124 of file class.ilTreeTrashQueries.php.
References $res, appendTrashNodeForContainerQueryFilter(), ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Here is the call graph for this function:| ilTreeTrashQueries::isTrashedTrash | ( | array | $ref_ids | ) |
| int[] | $ref_ids |
Definition at line 52 of file class.ilTreeTrashQueries.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, ILIAS\Repository\int(), and ilDBConstants\T_INTEGER.
Here is the call graph for this function:
|
private |
Definition at line 34 of file class.ilTreeTrashQueries.php.
|
private |
Definition at line 32 of file class.ilTreeTrashQueries.php.
|
private |
Definition at line 28 of file class.ilTreeTrashQueries.php.
|
private |
Definition at line 30 of file class.ilTreeTrashQueries.php.
|
protected |
Definition at line 26 of file class.ilTreeTrashQueries.php.