Methods |
public
|
__construct()
|
#
|
public
|
add_domain_backend(string $domain, string $path): bool
Post-verification add_domain()
Post-verification add_domain()
|
#
|
public
|
map_domain(string $mode, string $domain, string $path = null, string $user = null): bool
Manage domain symlink mapping
Manage domain symlink mapping
Parameters
$mode |
add/delete
|
$domain |
domain to add/remove
|
$path |
domain path
|
$user |
user to assign mapping
|
|
#
|
public
|
bypass_exists(string $domain): bool
Domain is exempt from DNS verification requirements
Domain is exempt from DNS verification requirements
|
#
|
public
|
modify_domain(string $domain, array $newparams): bool
Modify shared domain settings
Modify shared domain settings
|
#
|
public
|
domain_exists(string $domain): bool
Verify domain hosted on account
Verify domain hosted on account
|
#
|
public
|
list_shared_domains(): array
List shared domains attached to account
List shared domains attached to account
|
#
|
public
|
shared_domain_hosted(string $domain): bool
Shared domain is hosted by another account
Shared domain is hosted by another account
|
#
|
public
|
remove_domain(string $domain): bool
bool remove_domain(string)
bool remove_domain(string)
Parameters
$domain |
domain name to remove
|
|
#
|
public
|
remove_alias(string $alias): bool
|
#
|
public
|
add_domain(string $domain, string $path): bool
|
#
|
public
|
challenge_token(): string
Get challenge token to verify ownership of domain
Get challenge token to verify ownership of domain
|
#
|
public
|
remove_shared_domain(string $domain): bool
|
#
|
public
|
add_shared_domain(string $domain, string $path): bool
|
#
|
public
|
shared_domain_exists($domain): bool
|
#
|
public
|
list_unsynchronized_domains(): array
Compare domain configuration journal
Compare domain configuration journal
|
#
|
public
|
changes_pending(): bool
Account has unjournaled domain configuration
Account has unjournaled domain configuration
|
#
|
public
|
synchronize_changes(): bool
|
#
|
public
|
list_aliases(): array
Returns
aliases associated to the domain
|
#
|
public
|
_reset(Util_Account_Editor &$editor = null)
|
#
|
public
|
_edit()
|
#
|
public
|
_create()
|
#
|
public
|
_delete()
|
#
|
public
|
_edit_user(string $user, string $usernew, array $oldpwd)
|
#
|
public
|
_verify_conf(ConfigurationContext $ctx): bool
|
#
|
public
|
_create_user(string $user)
|
#
|
public
|
_delete_user(string $user)
|
#
|