IP.Board  3.3.0
none_account Class Reference

Dummy Account Model. More...

Inheritance diagram for none_account:
hostingAccount

Public Member Functions

 changeAllowances ($newData)
 changeBandwidthLimit ($newLimit)
 changeDiskQuota ($newLimit)
 changeDomain ($newDomain)
 changePassword ($newPassword)
 changeUsername ($newUsername)
 getValue ($key)
 suspend ()
 terminate ()
 unsuspend ()

Detailed Description

Dummy Account Model.


Member Function Documentation

changeAllowances ( newData)

Change Allowances

Parameters:
array$newDataThe new data
Exceptions:
Exception

Reimplemented from hostingAccount.

changeBandwidthLimit ( newLimit)

Change Bandwidth Limit

Parameters:
string$newLimitThe new limit (in MB)
Exceptions:
Exception

Reimplemented from hostingAccount.

changeDiskQuota ( newLimit)

Change Disk Quota

Parameters:
string$newLimitThe new limit (in MB)
Exceptions:
Exception

Reimplemented from hostingAccount.

changeDomain ( newDomain)

Change Domain

Parameters:
string$newDomainThe new domain
Exceptions:
Exception

Reimplemented from hostingAccount.

changePassword ( newPassword)

Change Password

Parameters:
string$newPasswordThe new password
Exceptions:
Exception

Reimplemented from hostingAccount.

changeUsername ( newUsername)

Change Username

Parameters:
string$newUsernameThe new username
Exceptions:
Exception

Reimplemented from hostingAccount.

getValue ( key)

Get Specific Piece of Information

Parameters:
stringKey
Returns:
mixed Data
Exceptions:
Exception

Reimplemented from hostingAccount.

suspend ( )

Suspend Account

Exceptions:
Exception

Reimplemented from hostingAccount.

terminate ( )

Terminate Account

Exceptions:
Exception

Reimplemented from hostingAccount.

unsuspend ( )

Unsuspend Account

Exceptions:
Exception

Reimplemented from hostingAccount.


The documentation for this class was generated from the following file:
 All Data Structures Functions Variables