Class DomainObject
Encapsulates a domain-bound object.
- Omines\DirectAdmin\Objects\BaseObject
-
Omines\DirectAdmin\Objects\DomainObject
Direct known subclasses
Omines\DirectAdmin\Objects\Domains\Subdomain,
Omines\DirectAdmin\Objects\Email\MailObject
Indirect known subclasses
Omines\DirectAdmin\Objects\Email\Forwarder,
Omines\DirectAdmin\Objects\Email\Mailbox
Abstract
Namespace: Omines\DirectAdmin\Objects
Author: Niels Keurentjes niels.keurentjes@omines.com
Located at DirectAdmin/Objects/DomainObject.php
Namespace: Omines\DirectAdmin\Objects
Author: Niels Keurentjes niels.keurentjes@omines.com
Located at DirectAdmin/Objects/DomainObject.php
Methods summary
protected
|
|
protected
array
|
#
invokePost( string $command, string $action, array $parameters = [], boolean $clearCache = true )
Invokes a POST command on a domain object. |
public
|
|
public
string
|
|
public static
array
|
#
toDomainObjectArray( array $items, string $class,
Converts an associative array of descriptors to objects of the specified type. |
Methods inherited from Omines\DirectAdmin\Objects\BaseObject
clearCache(),
getCache(),
getCacheItem(),
getContext(),
getName(),
setCache(),
toObjectArray(),
toRichObjectArray()