ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
Public Member Functions | |
get (int|string $value, string $field) | |
getSingle (int|string $value, string $field) | |
getAllPositions () | |
getArray (?string $key, ?string $field) | |
getPositionsForOrgUnit (int $orgu_id) | |
store (ilOrgUnitPosition $position) | |
create () | |
delete (int $position_id) | |
getAuthority (?int $id) | |
Definition at line 21 of file OrgUnitPositionRepository.php.
OrgUnitPositionRepository::create | ( | ) |
Implemented in ilOrgUnitPositionDBRepository.
OrgUnitPositionRepository::delete | ( | int | $position_id | ) |
Implemented in ilOrgUnitPositionDBRepository.
OrgUnitPositionRepository::get | ( | int|string | $value, |
string | $field | ||
) |
Implemented in ilOrgUnitPositionDBRepository.
OrgUnitPositionRepository::getAllPositions | ( | ) |
Referenced by ilOrgUnitPositionDBRepository\getRows().
OrgUnitPositionRepository::getArray | ( | ?string | $key, |
?string | $field | ||
) |
Implemented in ilOrgUnitPositionDBRepository.
OrgUnitPositionRepository::getAuthority | ( | ?int | $id | ) |
Implemented in ilOrgUnitPositionDBRepository.
OrgUnitPositionRepository::getPositionsForOrgUnit | ( | int | $orgu_id | ) |
Implemented in ilOrgUnitPositionDBRepository.
OrgUnitPositionRepository::getSingle | ( | int|string | $value, |
string | $field | ||
) |
Implemented in ilOrgUnitPositionDBRepository.
OrgUnitPositionRepository::store | ( | ilOrgUnitPosition | $position | ) |
Implemented in ilOrgUnitPositionDBRepository.