|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for OrgUnitPositionRepository:
Collaboration diagram for OrgUnitPositionRepository: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 20 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 | ( | ) |
Implemented in ilOrgUnitPositionDBRepository.
| 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.