Home
last modified time | relevance | path

Searched refs:DbRepository (Results 1 – 3 of 3) sorted by relevance

/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Authentication/User/
H A DDbUserBackend.php11 use Icinga\Repository\DbRepository; alias
15 class DbUserBackend extends DbRepository implements UserBackendInterface, Inspectable
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Authentication/UserGroup/
H A DDbUserGroupBackend.php11 use Icinga\Repository\DbRepository; alias
15 class DbUserGroupBackend extends DbRepository implements Inspectable, UserGroupBackendInterface
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Repository/
H A DDbRepository.php32 abstract class DbRepository extends Repository implements Extensible, Updatable, Reducible class