function __construct() { parent::__construct('contact'); $this->contactId = $this->createElement('contact:id'); $this->contactId->appendChild($this->createTextNode('auto')); $this->payload->appendChild($this->contactId); }
function __construct() { parent::__construct('domain'); }
function __construct() { parent::__construct('contact'); }
function __construct($opts, $copts) { parent::__construct('domain', $opts, $copts); }
function __construct($opts, $copts) { parent::__construct('contact', $opts, $copts); }
function __construct($opts, $copts) { parent::__construct('host', $opts, $copts); }
function __construct() { parent::__construct('host'); }