Class Consumer

Description

This class is a wrapper that should not be instantiated! It is a simple value Holder and will be returned from the

.



			
Method Summary
Consumer Consumer ( $domain,  $values,  $alias)
array getAlias ()
String getDomainName ()
int getID ()
String getMaintenanceHTML ()
void isActivated ()
Methods
Constructor Consumer (line 51)
Consumer Consumer ( $domain,  $values,  $alias)
  • $domain
  • $values
  • $alias
getAlias (line 82)
  • return: an Array with all Alias Names for this Consumer
array getAlias ()
getDomainName (line 74)

Get the Domain for this Consumer.

  • return: the Domain Name
String getDomainName ()
getID (line 65)

Returns the ID for this Consumer.

  • return: the Consumer ID
int getID ()
getMaintenanceFilename (line 99)

Returns the Filename where this Consumer saves its Maintenance Message.

  • return: the Filename for the Maintenance HTML
String getMaintenanceFilename ()
getMaintenanceHTML (line 107)

Get the HTML that should be displayed if the Consumer is deactivated.

  • return: the HTML Message
String getMaintenanceHTML ()
isActivated (line 90)

Return whether this Consumer is activated or not.

void isActivated ()

Documentation generated by phpDocumentor 1.3.1