class ZoneOwnershipModeService (View source)

Resolves the dns.zone_ownership_mode setting into ownership-side flags.

Constants

MODE_BOTH

MODE_USERS_ONLY

MODE_GROUPS_ONLY

private VALID_MODES

Methods

__construct(ConfigurationManager $config)

No description

string
getMode()

No description

bool
isUserOwnerAllowed()

No description

bool
isGroupOwnerAllowed()

No description

Details

__construct(ConfigurationManager $config)

No description

Parameters

ConfigurationManager $config

string getMode()

No description

Return Value

string

bool isUserOwnerAllowed()

No description

Return Value

bool

bool isGroupOwnerAllowed()

No description

Return Value

bool