AbstractRegistryModuleBase class to be extended by all registry modules.
If you override any methods, its a good idea to call a parent::__construct() in your code, to be sure that all needed properties are set.
Located in /modules/registries/class.AbstractRegistryModule.php (line 21)
Module | --AbstractRegistryModule
| Class | Description |
|---|---|
GenericEPPRegistryModule
|
Generic EPP Registry Module. |
void
OnBeforeUpdateDomainContact
(Domain $domain, string $contactType, [Contact $oldContact = null], [Contact $newContact = null])
void
OnBeforeUpdateNameserverHost
(NameserverHost $newNSHost, NameserverHost $oldNSHost, NameserverHost $nshost)
unknown_type
$CodebaseName
(line 50)
Code that implements module, defined in manifest
DataForm
$Config
(line 64)
Configuration data form
string
$Extension
(line 36)
The extension of domain currently being proccessed, without dot.
string
$ModuleName
(line 43)
Module name
RegistryAccessible
$RegistryAccessible
(line 71)
A reference to global Registry object.
A
$Transport
(line 57)
Module transport
Constructor __construct (line 78)
Base module constructor.
Loads XML manifest. Normalizes ModuleName property.
CloseSession (line 222)
Close registry session
EscapeXML (line 234)
Helper method for XML special chars escaping
GeneratePassword (line 239)
GetTransport (line 136)
InitializeModule (line 94)
Called by the system during module initialization for specific domain extension.
Initializes transport and sets Transport and Config properties.
MakeNameIDNCompatible (line 121)
OnBeforeChangeDomainOwner (line 404)
Method is called before ChangeDomainOwner request
OnBeforeCreateNameserverHost (line 507)
Method is called before CreateNamserverHost request
OnBeforeDeleteNameserverHost (line 535)
Method is called before DeleteNamserverHost request
OnBeforeUpdateContact (line 477)
Method is called before UpdateContact request
OnBeforeUpdateDomain (line 306)
Method is called before UpdateDomainContact, UpdateDomainNamservers, UpdateDomainNameservers requests
OnBeforeUpdateDomainContact (line 316)
Method is called before UpdateDomainContact request
OnBeforeUpdateDomainFlags (line 332)
Method is called before UpdateDomainFlags request
OnBeforeUpdateDomainNameservers (line 324)
Method is called before UpdateDomainNamservers request
OnBeforeUpdateNameserverHost (line 521)
Method is called before UpdateNamserverHost request
OnDomainCreated (line 299)
Method is called when domain was created and become delegated
OnDomainOutgoingTransferRequested (line 363)
OnDomainOwnerChanged (line 412)
Method is called when domain owner was changed (Trade request completed)
OnDomainTransferApproved (line 381)
Method is called when domain transfer was approved by registry
OnDomainTransferDeclined (line 388)
Method is called when domain transfer was declined by registry
OnDomainTransferFailed (line 396)
Method is called when registry was unable to transfer domain or transfer timeout exceed
OnDomainTransferRequested (line 372)
Method is called when domain transfer was requested
OnDomainUpdated (line 340)
Method is called when a piece of domain specific information was updated (contacts, nameserver, flags)
OnNameserverHostCreated (line 514)
Method is called when namserver host was created
OnNameserverHostDeleted (line 542)
Method is called when namserver host was deleted
OnNameserverHostUpdated (line 528)
Method is called when namserver host updated
PunycodeDecodeIf (line 266)
Request (line 153)
Perform request to registry server
SetRegistryAccessible (line 116)
System calls this method to set the RegistryAccessible property.
SetTransport (line 141)
__toString (line 277)
Return module name
Inherited From Module
Module::OnModuleDisabled()
Module::OnModuleEnabled()
Documentation generated on Thu, 22 Apr 2010 15:16:20 +0300 by phpDocumentor 1.4.1