19declare(strict_types=1);
31 public function get(
string $operation_string,
string $description, array $contexts,
int $list_order): array;
64 public function getByName(
string $operation_string): array;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getById(int $operation_id)
Get operation by id Returns null if no operation is found.
find(string $operation_string, string $context)
Find an existing operation for a specified context Returns null if no operation is found.
getByName(string $operation_string)
Get operation(s) by name.
getOperationsByContextName(string $context)
Get operations by context name.
store(ilOrgUnitOperation $operation)
Store operation to db.
getOperationsByContextId(int $context_id)
Get operations by context id.