Overview
  • Namespace
  • Class

Namespaces

  • Omines
    • DirectAdmin
      • Context
      • Objects
        • Database
        • Domains
        • Email
        • Users
      • Utility

Classes

  • Forwarder
  • Mailbox
  • MailObject

Class MailObject

Base class for objects exposing a mail address.

Omines\DirectAdmin\Objects\BaseObject
Extended by Omines\DirectAdmin\Objects\DomainObject
Extended by Omines\DirectAdmin\Objects\Email\MailObject

Direct known subclasses

Omines\DirectAdmin\Objects\Email\Forwarder, Omines\DirectAdmin\Objects\Email\Mailbox

Abstract
Namespace: Omines\DirectAdmin\Objects\Email
Author: Niels Keurentjes niels.keurentjes@omines.com
Located at DirectAdmin/Objects/Email/MailObject.php

Methods summary

protected
# invokeDelete( string $command, string $paramName )

Delete the object.

Delete the object.

Parameters

$command
Command to execute
$paramName
Parameter name for the delete command
public string
# getEmailAddress( )

Returns the full email address for this forwarder.

Returns the full email address for this forwarder.

Returns

string
public string
# getPrefix( )

Returns the domain-agnostic part before the @ in the forwarder.

Returns the domain-agnostic part before the @ in the forwarder.

Returns

string

Methods inherited from Omines\DirectAdmin\Objects\DomainObject

__construct(), getDomain(), getDomainName(), invokePost(), toDomainObjectArray()

Methods inherited from Omines\DirectAdmin\Objects\BaseObject

clearCache(), getCache(), getCacheItem(), getContext(), getName(), setCache(), toObjectArray(), toRichObjectArray()

API documentation generated by ApiGen