[ all elements ]

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ g ] [ i ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ _ ]

a

AccessDeniedException
in file ApiConnector.php, class AccessDeniedException
    Thrown if the command requires an access-level higher than the API account allows. This is not the same as the `ACCCES_DENIED` parameter error.
add
in file ApiConnector.php, method RequestGenerator::add()
addAllowedValue
in file ShowDomainRegistrantDetailsCommand.php, method DomainAttribute::addAllowedValue()
AddressRecord
in file ListDnsRecordsCommand.php, class AddressRecord
    Represents a DNS A (Address) record in the FastVision DNS database.
ApiConnector.php
procedural page ApiConnector.php
ApiIncludes.php
procedural page ApiIncludes.php
top

c

CanonicalNameRecord
in file ListDnsRecordsCommand.php, class CanonicalNameRecord
    Represents a DNS CNAME (Canonical Name) record in the FastVision DNS database.
ChangePasswordCommand
in file ChangePasswordCommand.php, class ChangePasswordCommand
    Changes the FastVision password for the currently authenticated user.
Command
in file Command.php, class Command
    The root interface of every API command. All FastVision reseller API commands directly inherit from this interface.
Command.php
procedural page Command.php
commandName
in file LogoutCommand.php, method LogoutCommand::commandName()
commandName
in file SetDomainNameserversCommand.php, method SetDomainNameserversCommand::commandName()
commandName
in file ResetDomainNameserversCommand.php, method ResetDomainNameserversCommand::commandName()
commandName
in file NewForwarderCommand.php, method NewForwarderCommand::commandName()
commandName
in file SetDomainRegistrantDetailsCommand.php, method SetDomainRegistrantDetailsCommand::commandName()
commandName
in file LookupDomainWhoisCommand.php, method LookupDomainWhoisCommand::commandName()
commandName
in file NewMailboxCommand.php, method NewMailboxCommand::commandName()
commandName
in file ShowDomainCommand.php, method ShowDomainCommand::commandName()
commandName
in file ShowDomainRegistrantDetailsCommand.php, method ShowDomainRegistrantDetailsCommand::commandName()
commandName
in file ShowForwarderCommand.php, method ShowForwarderCommand::commandName()
commandName
in file ShowMailboxCommand.php, method ShowMailboxCommand::commandName()
commandName
in file ShowDomainNameserversCommand.php, method ShowDomainNameserversCommand::commandName()
commandName
in file ShowDomainMailPolicyCommand.php, method ShowDomainMailPolicyCommand::commandName()
commandName
in file SetMailboxPasswordCommand.php, method SetMailboxPasswordCommand::commandName()
commandName
in file LoginSwitchUserCommand.php, method LoginSwitchUserCommand::commandName()
commandName
in file SetForwarderDestinationCommand.php, method SetForwarderDestinationCommand::commandName()
commandName
in file ListFtpUsersCommand.php, method ListFtpUsersCommand::commandName()
commandName
in file DeleteMailboxCommand.php, method DeleteMailboxCommand::commandName()
commandName
in file DisableAutoresponderCommand.php, method DisableAutoresponderCommand::commandName()
commandName
in file DeleteForwarderCommand.php, method DeleteForwarderCommand::commandName()
commandName
in file DeleteDnsRecordCommand.php, method DeleteDnsRecordCommand::commandName()
commandName
in file ChangePasswordCommand.php, method ChangePasswordCommand::commandName()
commandName
in file Command.php, method Command::commandName()
    Name of the command
commandName
in file LoginCommand.php, method LoginCommand::commandName()
commandName
in file DisplayIdentityCommand.php, method DisplayIdentityCommand::commandName()
commandName
in file ListMailboxesCommand.php, method ListMailboxesCommand::commandName()
commandName
in file EnableAutoresponderCommand.php, method EnableAutoresponderCommand::commandName()
commandName
in file ListForwardersCommand.php, method ListForwardersCommand::commandName()
commandName
in file ListDnsRecordsCommand.php, method ListDnsRecordsCommand::commandName()
commandName
in file ListDomainsCommand.php, method ListDomainsCommand::commandName()
ChangePasswordCommand.php
procedural page ChangePasswordCommand.php
Configuration.php
procedural page Configuration.php
ConnectionException
in file ApiConnector.php, class ConnectionException
    Thrown if the ApiConnector couldn't connect to the API system, or a non-standard HTTP response was returned.
top

d

DeleteDnsRecordCommand.php
procedural page DeleteDnsRecordCommand.php
DisplayIdentityCommand.php
procedural page DisplayIdentityCommand.php
DeleteForwarderCommand.php
procedural page DeleteForwarderCommand.php
DeleteMailboxCommand.php
procedural page DeleteMailboxCommand.php
DisableAutoresponderCommand.php
procedural page DisableAutoresponderCommand.php
DeleteDnsRecordCommand
in file DeleteDnsRecordCommand.php, class DeleteDnsRecordCommand
    Removes the specified DNS record from the FastVision DNS database.
DeleteForwarderCommand
in file DeleteForwarderCommand.php, class DeleteForwarderCommand
    Deletes the specified mail forwarder from the UniteMail mail database.
DeleteMailboxCommand
in file DeleteMailboxCommand.php, class DeleteMailboxCommand
    Deletes the specified mailnox from the UniteMail mail database.
DisableAutoresponderCommand
in file DisableAutoresponderCommand.php, class DisableAutoresponderCommand
    Disables the UniteMail autoresponder for the specified mailbox.
DisplayIdentityCommand
in file DisplayIdentityCommand.php, class DisplayIdentityCommand
    Displays authentication and connection details regarding the current session.
DomainAttribute
in file ShowDomainRegistrantDetailsCommand.php, class DomainAttribute
    Represents a domain name registration or domain name update attribute.
DomainPolicyForward
in file ShowDomainMailPolicyCommand.php, class DomainPolicyForward
    Represents the domain `catch-all` state of FORWARD.
DomainPolicyRefuse
in file ShowDomainMailPolicyCommand.php, class DomainPolicyRefuse
    Represents the domain `catch-all` state of REFUSE.
DomainPolicyRewrite
in file ShowDomainMailPolicyCommand.php, class DomainPolicyRewrite
    Represents the domain `catch-all` state REWRITE_DOMAIN.
DomainPolicySmtpRoute
in file ShowDomainMailPolicyCommand.php, class DomainPolicySmtpRoute
    Represents the domain `catch-all` state SMTP_ROUTE.
top

e

EnableAutoresponderCommand.php
procedural page EnableAutoresponderCommand.php
EnableAutoresponderCommand
in file EnableAutoresponderCommand.php, class EnableAutoresponderCommand
    Enables the UniteMail autoresponder for the specified mailbox.
executeCommand
in file ApiConnector.php, function executeCommand()
    Dispatches the command to the FastVision API server, and parses its response.
top

g

getAllowedValues
in file ShowDomainRegistrantDetailsCommand.php, method DomainAttribute::getAllowedValues()
getAttributes
in file SetDomainRegistrantDetailsCommand.php, method SetDomainRegistrantDetailsCommand::getAttributes()
getAttributes
in file ShowDomainRegistrantDetailsCommand.php, method ShowDomainRegistrantDetailsCommand::getAttributes()
getAttributeType
in file ShowDomainRegistrantDetailsCommand.php, method DomainAttribute::getAttributeType()
getAutoresponderMessage
in file ShowMailboxCommand.php, method ShowMailboxCommand::getAutoresponderMessage()
getAutoresponderSubject
in file ShowMailboxCommand.php, method ShowMailboxCommand::getAutoresponderSubject()
getDestination
in file ShowDomainMailPolicyCommand.php, method DomainPolicyForward::getDestination()
getDestination
in file SetForwarderDestinationCommand.php, method SetForwarderDestinationCommand::getDestination()
getDestination
in file ShowDomainMailPolicyCommand.php, method DomainPolicyRewrite::getDestination()
getDestination
in file ListDnsRecordsCommand.php, method CanonicalNameRecord::getDestination()
getDestination
in file ShowDomainMailPolicyCommand.php, method DomainPolicySmtpRoute::getDestination()
getDestinations
in file ShowForwarderCommand.php, method ShowForwarderCommand::getDestinations()
getDomainName
in file SetDomainNameserversCommand.php, method SetDomainNameserversCommand::getDomainName()
getDomainName
in file ResetDomainNameserversCommand.php, method ResetDomainNameserversCommand::getDomainName()
getDomainName
in file ShowDomainMailPolicyCommand.php, method ShowDomainMailPolicyCommand::getDomainName()
getDomainName
in file SetDomainRegistrantDetailsCommand.php, method SetDomainRegistrantDetailsCommand::getDomainName()
getDomainName
in file LookupDomainWhoisCommand.php, method LookupDomainWhoisCommand::getDomainName()
getDomains
in file ListDomainsCommand.php, method ListDomainsCommand::getDomains()
getEmailAddress
in file DeleteForwarderCommand.php, method DeleteForwarderCommand::getEmailAddress()
getEmailAddress
in file SetForwarderDestinationCommand.php, method SetForwarderDestinationCommand::getEmailAddress()
getEmailAddress
in file LoginCommand.php, method LoginCommand::getEmailAddress()
getEmailAddress
in file ShowForwarderCommand.php, method ShowForwarderCommand::getEmailAddress()
getEmailAddress
in file LoginSwitchUserCommand.php, method LoginSwitchUserCommand::getEmailAddress()
getErrors
in file SetDomainRegistrantDetailsCommand.php, method SetDomainRegistrantDetailsCommand::getErrors()
getFID
in file LoginSwitchUserCommand.php, method LoginSwitchUserCommand::getFID()
getFID
in file LoginCommand.php, method LoginCommand::getFID()
getFID
in file ListMailboxesCommand.php, method ListMailboxesCommand::getFID()
getFID
in file ListDomainsCommand.php, method ListDomainsCommand::getFID()
getFID
in file ListForwardersCommand.php, method ListForwardersCommand::getFID()
getFID
in file ListFtpUsersCommand.php, method ListFtpUsersCommand::getFID()
getForwarders
in file ListForwardersCommand.php, method ListForwardersCommand::getForwarders()
getFtpUsers
in file ListFtpUsersCommand.php, method ListFtpUsersCommand::getFtpUsers()
getFVN
in file LoginSwitchUserCommand.php, method LoginSwitchUserCommand::getFVN()
getFVN
in file LoginCommand.php, method LoginCommand::getFVN()
getId
in file ListDnsRecordsCommand.php, method Record::getId()
getInitialQuota
in file ShowMailboxCommand.php, method ShowMailboxCommand::getInitialQuota()
getIP
in file ListDnsRecordsCommand.php, method AddressRecord::getIP()
getIpAddress
in file ShowDomainNameserversCommand.php, method Nameserver::getIpAddress()
getMailbox
in file DisableAutoresponderCommand.php, method DisableAutoresponderCommand::getMailbox()
getMailbox
in file EnableAutoresponderCommand.php, method EnableAutoresponderCommand::getMailbox()
getMailbox
in file DeleteMailboxCommand.php, method DeleteMailboxCommand::getMailbox()
getMailbox
in file SetMailboxPasswordCommand.php, method SetMailboxPasswordCommand::getMailbox()
getMailboxes
in file ListMailboxesCommand.php, method ListMailboxesCommand::getMailboxes()
getMailboxType
in file ShowMailboxCommand.php, method ShowMailboxCommand::getMailboxType()
getMailserver
in file ListDnsRecordsCommand.php, method MailExchangeRecord::getMailserver()
getMinimumNameservers
in file ShowDomainNameserversCommand.php, method ShowDomainNameserversCommand::getMinimumNameservers()
getName
in file ShowDomainNameserversCommand.php, method Nameserver::getName()
getName
in file ListDnsRecordsCommand.php, method AddressRecord::getName()
getName
in file LoginSwitchUserCommand.php, method LoginSwitchUserCommand::getName()
getName
in file LoginCommand.php, method LoginCommand::getName()
getName
in file ListDnsRecordsCommand.php, method TextRecord::getName()
getName
in file ShowDomainRegistrantDetailsCommand.php, method DomainAttribute::getName()
getName
in file ListDnsRecordsCommand.php, method NameserverRecord::getName()
getName
in file ListDnsRecordsCommand.php, method CanonicalNameRecord::getName()
getNameserver
in file ListDnsRecordsCommand.php, method NameserverRecord::getNameserver()
getNameservers
in file ShowDomainNameserversCommand.php, method ShowDomainNameserversCommand::getNameservers()
getOrderId
in file ShowForwarderCommand.php, method ShowForwarderCommand::getOrderId()
getOrderId
in file ShowMailboxCommand.php, method ShowMailboxCommand::getOrderId()
getPolicy
in file ShowDomainMailPolicyCommand.php, method ShowDomainMailPolicyCommand::getPolicy()
getPriority
in file ListDnsRecordsCommand.php, method MailExchangeRecord::getPriority()
getRecordId
in file DeleteDnsRecordCommand.php, method DeleteDnsRecordCommand::getRecordId()
getRecords
in file ListDnsRecordsCommand.php, method ListDnsRecordsCommand::getRecords()
getRegistrant
in file ShowDomainRegistrantDetailsCommand.php, method ShowDomainRegistrantDetailsCommand::getRegistrant()
getResourceId
in file ShowForwarderCommand.php, method ShowForwarderCommand::getResourceId()
getResourceId
in file ShowMailboxCommand.php, method ShowMailboxCommand::getResourceId()
getTiedDomain
in file ShowMailboxCommand.php, method ShowMailboxCommand::getTiedDomain()
getTiedDomain
in file ShowForwarderCommand.php, method ShowForwarderCommand::getTiedDomain()
getToken
in file LoginCommand.php, method LoginCommand::getToken()
getToken
in file LoginSwitchUserCommand.php, method LoginSwitchUserCommand::getToken()
getTTL
in file ListDnsRecordsCommand.php, method Record::getTTL()
getUsedQuota
in file ShowMailboxCommand.php, method ShowMailboxCommand::getUsedQuota()
getValue
in file ListDnsRecordsCommand.php, method TextRecord::getValue()
getValue
in file ShowDomainRegistrantDetailsCommand.php, method DomainAttribute::getValue()
getWHOIS
in file LookupDomainWhoisCommand.php, method LookupDomainWhoisCommand::getWHOIS()
top

i

InternalErrorException
in file ApiConnector.php, class InternalErrorException
    Thrown if an internal error occurred with the FastVision API systems. Please contact FastVision Support if you see this error.
InvalidRequestException
in file ApiConnector.php, class InvalidRequestException
    Thrown if a parameter exception occurred executing an API command. Any scripts or command should be prepared to handle this exception.
isAdminDisabled
in file ShowMailboxCommand.php, method ShowMailboxCommand::isAdminDisabled()
isAuthenticated
in file DisplayIdentityCommand.php, method DisplayIdentityCommand::isAuthenticated()
isAuthoritative
in file ShowDomainCommand.php, method ShowDomainCommand::isAuthoritative()
isAuthoritative
in file ShowDomainNameserversCommand.php, method ShowDomainNameserversCommand::isAuthoritative()
isAutoresponderActive
in file ShowMailboxCommand.php, method ShowMailboxCommand::isAutoresponderActive()
isFailed
in file SetDomainRegistrantDetailsCommand.php, method SetDomainRegistrantDetailsCommand::isFailed()
isFvDisabled
in file ShowMailboxCommand.php, method ShowMailboxCommand::isFvDisabled()
isRequired
in file ShowDomainRegistrantDetailsCommand.php, method DomainAttribute::isRequired()
isSuccess
in file SetDomainRegistrantDetailsCommand.php, method SetDomainRegistrantDetailsCommand::isSuccess()
issuePostRequest
in file ApiConnector.php, function issuePostRequest()
isTagged
in file ShowDomainCommand.php, method ShowDomainCommand::isTagged()
isTiedDomainAuthoritative
in file ShowMailboxCommand.php, method ShowMailboxCommand::isTiedDomainAuthoritative()
isTiedDomainAuthoritative
in file ShowForwarderCommand.php, method ShowForwarderCommand::isTiedDomainAuthoritative()
top

l

ListDnsRecordsCommand.php
procedural page ListDnsRecordsCommand.php
ListDomainsCommand.php
procedural page ListDomainsCommand.php
LookupDomainWhoisCommand.php
procedural page LookupDomainWhoisCommand.php
ListFtpUsersCommand.php
procedural page ListFtpUsersCommand.php
LoginCommand.php
procedural page LoginCommand.php
LoginSwitchUserCommand.php
procedural page LoginSwitchUserCommand.php
LogoutCommand.php
procedural page LogoutCommand.php
ListForwardersCommand.php
procedural page ListForwardersCommand.php
ListMailboxesCommand.php
procedural page ListMailboxesCommand.php
ListDnsRecordsCommand
in file ListDnsRecordsCommand.php, class ListDnsRecordsCommand
    Displays all DNS records for the corresponding domain name registration or imported domain.
ListDomainsCommand
in file ListDomainsCommand.php, class ListDomainsCommand
    Returns a list of all the accessible domains for the specified user.
ListForwardersCommand
in file ListForwardersCommand.php, class ListForwardersCommand
    Displays all the accessible UniteMail forwarders for the specified user.
ListFtpUsersCommand
in file ListFtpUsersCommand.php, class ListFtpUsersCommand
    Displays all the accessible FastVision Hosting FTP users for the specified user.
ListMailboxesCommand
in file ListMailboxesCommand.php, class ListMailboxesCommand
    Displays all the accessible UniteMail mailbox for the specified user.
locateEmptyLine
in file ApiConnector.php, function locateEmptyLine()
LoginCommand
in file LoginCommand.php, class LoginCommand
    Authenticates a new connection to the FastVision reseller API system.
LoginRequiredException
in file ApiConnector.php, class LoginRequiredException
    Thrown if the command requires authentication, or if the session token has expired or invalidated.
LoginSwitchUserCommand
in file LoginSwitchUserCommand.php, class LoginSwitchUserCommand
    Logins in as one API account; then immediately switches the current user to a different user.
LogoutCommand
in file LogoutCommand.php, class LogoutCommand
    De-authorises the current connection. Any command marked as `requiresAuthentication` will fail until this connection is re-authenticated.
LookupDomainWhoisCommand
in file LookupDomainWhoisCommand.php, class LookupDomainWhoisCommand
    Displays domain name WHOIS details for the specified domain.
top

m

MailExchangeRecord
in file ListDnsRecordsCommand.php, class MailExchangeRecord
    Represents a DNS MX (Mail-exchange) record in the FastVision DNS database.
MalformedRequestException
in file ApiConnector.php, class MalformedRequestException
    Thrown if the command request was malformed or invalid in some way. This should only occur in development.
top

n

NewForwarderCommand.php
procedural page NewForwarderCommand.php
NewMailboxCommand.php
procedural page NewMailboxCommand.php
Nameserver
in file ShowDomainNameserversCommand.php, class Nameserver
    Represents a nameserver object.
NameserverRecord
in file ListDnsRecordsCommand.php, class NameserverRecord
    Represents a DNS NS (Nameserver) record in the FastVision DNS database.
NewForwarderCommand
in file NewForwarderCommand.php, class NewForwarderCommand
    Creates a new UniteMail e-mail forwarder and associates it with an existing order.
NewMailboxCommand
in file NewMailboxCommand.php, class NewMailboxCommand
    Creates a new UniteMail mailbox and associates it with an existing order.
top

p

parseRequest
in file LookupDomainWhoisCommand.php, method LookupDomainWhoisCommand::parseRequest()
parseRequest
in file NewForwarderCommand.php, method NewForwarderCommand::parseRequest()
parseRequest
in file NewMailboxCommand.php, method NewMailboxCommand::parseRequest()
parseRequest
in file ResetDomainNameserversCommand.php, method ResetDomainNameserversCommand::parseRequest()
parseRequest
in file LogoutCommand.php, method LogoutCommand::parseRequest()
parseRequest
in file LoginCommand.php, method LoginCommand::parseRequest()
parseRequest
in file ListForwardersCommand.php, method ListForwardersCommand::parseRequest()
parseRequest
in file ListFtpUsersCommand.php, method ListFtpUsersCommand::parseRequest()
parseRequest
in file ListMailboxesCommand.php, method ListMailboxesCommand::parseRequest()
parseRequest
in file SetDomainNameserversCommand.php, method SetDomainNameserversCommand::parseRequest()
parseRequest
in file SetDomainRegistrantDetailsCommand.php, method SetDomainRegistrantDetailsCommand::parseRequest()
parseRequest
in file ShowDomainRegistrantDetailsCommand.php, method ShowDomainRegistrantDetailsCommand::parseRequest()
parseRequest
in file ShowForwarderCommand.php, method ShowForwarderCommand::parseRequest()
parseRequest
in file ShowMailboxCommand.php, method ShowMailboxCommand::parseRequest()
parseRequest
in file ShowDomainNameserversCommand.php, method ShowDomainNameserversCommand::parseRequest()
parseRequest
in file ShowDomainMailPolicyCommand.php, method ShowDomainMailPolicyCommand::parseRequest()
parseRequest
in file SetForwarderDestinationCommand.php, method SetForwarderDestinationCommand::parseRequest()
parseRequest
in file SetMailboxPasswordCommand.php, method SetMailboxPasswordCommand::parseRequest()
parseRequest
in file ShowDomainCommand.php, method ShowDomainCommand::parseRequest()
parseRequest
in file ListDomainsCommand.php, method ListDomainsCommand::parseRequest()
parseRequest
in file LoginSwitchUserCommand.php, method LoginSwitchUserCommand::parseRequest()
parseRequest
in file DeleteDnsRecordCommand.php, method DeleteDnsRecordCommand::parseRequest()
parseRequest
in file EnableAutoresponderCommand.php, method EnableAutoresponderCommand::parseRequest()
parseRequest
in file Command.php, method Command::parseRequest()
    Used to convert the command into a request we can issue to the FastVision API reseller servers.
parseRequest
in file DisableAutoresponderCommand.php, method DisableAutoresponderCommand::parseRequest()
parseRequest
in file DeleteForwarderCommand.php, method DeleteForwarderCommand::parseRequest()
parseRequest
in file DisplayIdentityCommand.php, method DisplayIdentityCommand::parseRequest()
parseRequest
in file ChangePasswordCommand.php, method ChangePasswordCommand::parseRequest()
parseRequest
in file DeleteMailboxCommand.php, method DeleteMailboxCommand::parseRequest()
parseRequest
in file ListDnsRecordsCommand.php, method ListDnsRecordsCommand::parseRequest()
parseRequestResponse
in file ApiConnector.php, function parseRequestResponse()
parseResponse
in file SetMailboxPasswordCommand.php, method SetMailboxPasswordCommand::parseResponse()
parseResponse
in file SetForwarderDestinationCommand.php, method SetForwarderDestinationCommand::parseResponse()
parseResponse
in file SetDomainRegistrantDetailsCommand.php, method SetDomainRegistrantDetailsCommand::parseResponse()
parseResponse
in file DeleteDnsRecordCommand.php, method DeleteDnsRecordCommand::parseResponse()
parseResponse
in file ShowDomainMailPolicyCommand.php, method ShowDomainMailPolicyCommand::parseResponse()
parseResponse
in file ShowDomainRegistrantDetailsCommand.php, method ShowDomainRegistrantDetailsCommand::parseResponse()
parseResponse
in file ShowForwarderCommand.php, method ShowForwarderCommand::parseResponse()
parseResponse
in file ShowMailboxCommand.php, method ShowMailboxCommand::parseResponse()
parseResponse
in file ChangePasswordCommand.php, method ChangePasswordCommand::parseResponse()
parseResponse
in file ShowDomainNameserversCommand.php, method ShowDomainNameserversCommand::parseResponse()
parseResponse
in file Command.php, method Command::parseResponse()
    Used to convert the response command into a request we can issue to the FastVision API reseller servers.
parseResponse
in file DeleteForwarderCommand.php, method DeleteForwarderCommand::parseResponse()
parseResponse
in file ShowDomainCommand.php, method ShowDomainCommand::parseResponse()
parseResponse
in file ResetDomainNameserversCommand.php, method ResetDomainNameserversCommand::parseResponse()
parseResponse
in file ListMailboxesCommand.php, method ListMailboxesCommand::parseResponse()
parseResponse
in file LoginCommand.php, method LoginCommand::parseResponse()
parseResponse
in file LoginSwitchUserCommand.php, method LoginSwitchUserCommand::parseResponse()
parseResponse
in file EnableAutoresponderCommand.php, method EnableAutoresponderCommand::parseResponse()
parseResponse
in file ListFtpUsersCommand.php, method ListFtpUsersCommand::parseResponse()
parseResponse
in file ListDnsRecordsCommand.php, method ListDnsRecordsCommand::parseResponse()
parseResponse
in file ListForwardersCommand.php, method ListForwardersCommand::parseResponse()
parseResponse
in file SetDomainNameserversCommand.php, method SetDomainNameserversCommand::parseResponse()
parseResponse
in file DisplayIdentityCommand.php, method DisplayIdentityCommand::parseResponse()
parseResponse
in file DeleteMailboxCommand.php, method DeleteMailboxCommand::parseResponse()
parseResponse
in file ListDomainsCommand.php, method ListDomainsCommand::parseResponse()
parseResponse
in file NewMailboxCommand.php, method NewMailboxCommand::parseResponse()
parseResponse
in file NewForwarderCommand.php, method NewForwarderCommand::parseResponse()
parseResponse
in file LookupDomainWhoisCommand.php, method LookupDomainWhoisCommand::parseResponse()
parseResponse
in file DisableAutoresponderCommand.php, method DisableAutoresponderCommand::parseResponse()
parseResponse
in file LogoutCommand.php, method LogoutCommand::parseResponse()
processRequest
in file ApiConnector.php, method RequestGenerator::processRequest()
top

r

ResetDomainNameserversCommand.php
procedural page ResetDomainNameserversCommand.php
Record
in file ListDnsRecordsCommand.php, class Record
    Represents the abstract superclass for all types of FastVision DNS records.
RequestGenerator
in file ApiConnector.php, class RequestGenerator
    Utility class uses to generate the suitable HTTP request for an API command.
requiresAuthentication
in file SetDomainNameserversCommand.php, method SetDomainNameserversCommand::requiresAuthentication()
requiresAuthentication
in file ResetDomainNameserversCommand.php, method ResetDomainNameserversCommand::requiresAuthentication()
requiresAuthentication
in file NewMailboxCommand.php, method NewMailboxCommand::requiresAuthentication()
requiresAuthentication
in file NewForwarderCommand.php, method NewForwarderCommand::requiresAuthentication()
requiresAuthentication
in file SetDomainRegistrantDetailsCommand.php, method SetDomainRegistrantDetailsCommand::requiresAuthentication()
requiresAuthentication
in file SetForwarderDestinationCommand.php, method SetForwarderDestinationCommand::requiresAuthentication()
requiresAuthentication
in file ShowDomainRegistrantDetailsCommand.php, method ShowDomainRegistrantDetailsCommand::requiresAuthentication()
requiresAuthentication
in file ShowForwarderCommand.php, method ShowForwarderCommand::requiresAuthentication()
requiresAuthentication
in file ShowMailboxCommand.php, method ShowMailboxCommand::requiresAuthentication()
requiresAuthentication
in file ShowDomainNameserversCommand.php, method ShowDomainNameserversCommand::requiresAuthentication()
requiresAuthentication
in file ShowDomainMailPolicyCommand.php, method ShowDomainMailPolicyCommand::requiresAuthentication()
requiresAuthentication
in file SetMailboxPasswordCommand.php, method SetMailboxPasswordCommand::requiresAuthentication()
requiresAuthentication
in file ShowDomainCommand.php, method ShowDomainCommand::requiresAuthentication()
requiresAuthentication
in file LookupDomainWhoisCommand.php, method LookupDomainWhoisCommand::requiresAuthentication()
requiresAuthentication
in file LoginSwitchUserCommand.php, method LoginSwitchUserCommand::requiresAuthentication()
requiresAuthentication
in file DeleteMailboxCommand.php, method DeleteMailboxCommand::requiresAuthentication()
requiresAuthentication
in file DisableAutoresponderCommand.php, method DisableAutoresponderCommand::requiresAuthentication()
requiresAuthentication
in file DisplayIdentityCommand.php, method DisplayIdentityCommand::requiresAuthentication()
requiresAuthentication
in file DeleteForwarderCommand.php, method DeleteForwarderCommand::requiresAuthentication()
requiresAuthentication
in file DeleteDnsRecordCommand.php, method DeleteDnsRecordCommand::requiresAuthentication()
requiresAuthentication
in file ChangePasswordCommand.php, method ChangePasswordCommand::requiresAuthentication()
requiresAuthentication
in file Command.php, method Command::requiresAuthentication()
    Does the connection need to be authenticated prior to issuing this command? (Boolean)
requiresAuthentication
in file EnableAutoresponderCommand.php, method EnableAutoresponderCommand::requiresAuthentication()
requiresAuthentication
in file ListDnsRecordsCommand.php, method ListDnsRecordsCommand::requiresAuthentication()
requiresAuthentication
in file ListFtpUsersCommand.php, method ListFtpUsersCommand::requiresAuthentication()
requiresAuthentication
in file ListMailboxesCommand.php, method ListMailboxesCommand::requiresAuthentication()
requiresAuthentication
in file LogoutCommand.php, method LogoutCommand::requiresAuthentication()
requiresAuthentication
in file ListForwardersCommand.php, method ListForwardersCommand::requiresAuthentication()
requiresAuthentication
in file ListDomainsCommand.php, method ListDomainsCommand::requiresAuthentication()
requiresAuthentication
in file LoginCommand.php, method LoginCommand::requiresAuthentication()
ResetDomainNameserversCommand
in file ResetDomainNameserversCommand.php, class ResetDomainNameserversCommand
    Configures a domain to use the default FastVision nameservers, if the domain has previously had different nameservers assigned with the `Set Domain Nameservers` command.
top

s

SetDomainNameserversCommand.php
procedural page SetDomainNameserversCommand.php
SetDomainRegistrantDetailsCommand.php
procedural page SetDomainRegistrantDetailsCommand.php
ShowDomainCommand.php
procedural page ShowDomainCommand.php
ShowDomainNameserversCommand.php
procedural page ShowDomainNameserversCommand.php
ShowDomainRegistrantDetailsCommand.php
procedural page ShowDomainRegistrantDetailsCommand.php
SetForwarderDestinationCommand.php
procedural page SetForwarderDestinationCommand.php
SetMailboxPasswordCommand.php
procedural page SetMailboxPasswordCommand.php
ShowDomainMailPolicyCommand.php
procedural page ShowDomainMailPolicyCommand.php
ShowForwarderCommand.php
procedural page ShowForwarderCommand.php
ShowMailboxCommand.php
procedural page ShowMailboxCommand.php
SetDomainNameserversCommand
in file SetDomainNameserversCommand.php, class SetDomainNameserversCommand
    Modifies the domain to use third-party nameservers.
SetDomainRegistrantDetailsCommand
in file SetDomainRegistrantDetailsCommand.php, class SetDomainRegistrantDetailsCommand
    Modifies the domain registration owner details for the specified domain.
SetForwarderDestinationCommand
in file SetForwarderDestinationCommand.php, class SetForwarderDestinationCommand
    Updates an existing UniteMail e-mail forwarder.
SetMailboxPasswordCommand
in file SetMailboxPasswordCommand.php, class SetMailboxPasswordCommand
    Resets the password for a UniteMail mailbox.
ShowDomainCommand
in file ShowDomainCommand.php, class ShowDomainCommand
    Displays details regarding the specified domain.
ShowDomainMailPolicyCommand
in file ShowDomainMailPolicyCommand.php, class ShowDomainMailPolicyCommand
    Displays the current `catch-all` state for the specified domain name.
ShowDomainNameserversCommand
in file ShowDomainNameserversCommand.php, class ShowDomainNameserversCommand
    Displays the nameservers currently in effect for the specified domain.
ShowDomainRegistrantDetailsCommand
in file ShowDomainRegistrantDetailsCommand.php, class ShowDomainRegistrantDetailsCommand
    Displays the domain name registration details for the specified domain.
ShowForwarderCommand
in file ShowForwarderCommand.php, class ShowForwarderCommand
    Displays details regarding a UniteMail email forwarder.
ShowMailboxCommand
in file ShowMailboxCommand.php, class ShowMailboxCommand
    Displays details regarding the specified UniteMail mailbox.
SSLRequiredException
in file ApiConnector.php, class SSLRequiredException
    Thrown if the current API account is marked as requiring an SSL-secure connection and we are not using a secure connection.
top

t

TextRecord
in file ListDnsRecordsCommand.php, class TextRecord
    Represents a DNS TXT (Text) record in the FastVision DNS database.
top

u

UnexpectedStatusException
in file ApiConnector.php, class UnexpectedStatusException
    Thrown if an unparseable response was recieved. Please contact FastVision Support if you see this error.
top

_

__construct
in file SetForwarderDestinationCommand.php, method SetForwarderDestinationCommand::__construct()
__construct
in file SetMailboxPasswordCommand.php, method SetMailboxPasswordCommand::__construct()
__construct
in file ShowDomainCommand.php, method ShowDomainCommand::__construct()
__construct
in file SetDomainRegistrantDetailsCommand.php, method SetDomainRegistrantDetailsCommand::__construct()
__construct
in file SetDomainNameserversCommand.php, method SetDomainNameserversCommand::__construct()
__construct
in file NewForwarderCommand.php, method NewForwarderCommand::__construct()
__construct
in file NewMailboxCommand.php, method NewMailboxCommand::__construct()
__construct
in file ResetDomainNameserversCommand.php, method ResetDomainNameserversCommand::__construct()
__construct
in file ShowDomainMailPolicyCommand.php, method DomainPolicyForward::__construct()
__construct
in file ShowDomainMailPolicyCommand.php, method DomainPolicyRewrite::__construct()
__construct
in file ShowDomainRegistrantDetailsCommand.php, method ShowDomainRegistrantDetailsCommand::__construct()
__construct
in file ShowForwarderCommand.php, method ShowForwarderCommand::__construct()
__construct
in file ShowMailboxCommand.php, method ShowMailboxCommand::__construct()
__construct
in file ShowDomainRegistrantDetailsCommand.php, method DomainAttribute::__construct()
__construct
in file ShowDomainNameserversCommand.php, method ShowDomainNameserversCommand::__construct()
__construct
in file ShowDomainMailPolicyCommand.php, method DomainPolicySmtpRoute::__construct()
__construct
in file ShowDomainMailPolicyCommand.php, method ShowDomainMailPolicyCommand::__construct()
__construct
in file ShowDomainNameserversCommand.php, method Nameserver::__construct()
__construct
in file LookupDomainWhoisCommand.php, method LookupDomainWhoisCommand::__construct()
__construct
in file LoginSwitchUserCommand.php, method LoginSwitchUserCommand::__construct()
__construct
in file ListDnsRecordsCommand.php, method AddressRecord::__construct()
__construct
in file ListDnsRecordsCommand.php, method CanonicalNameRecord::__construct()
__construct
in file ListDnsRecordsCommand.php, method ListDnsRecordsCommand::__construct()
__construct
in file EnableAutoresponderCommand.php, method EnableAutoresponderCommand::__construct()
__construct
in file DisableAutoresponderCommand.php, method DisableAutoresponderCommand::__construct()
__construct
in file DeleteDnsRecordCommand.php, method DeleteDnsRecordCommand::__construct()
__construct
in file DeleteForwarderCommand.php, method DeleteForwarderCommand::__construct()
__construct
in file DeleteMailboxCommand.php, method DeleteMailboxCommand::__construct()
__construct
in file ListDnsRecordsCommand.php, method MailExchangeRecord::__construct()
__construct
in file ListDnsRecordsCommand.php, method NameserverRecord::__construct()
__construct
in file ListFtpUsersCommand.php, method ListFtpUsersCommand::__construct()
__construct
in file ListMailboxesCommand.php, method ListMailboxesCommand::__construct()
__construct
in file LoginCommand.php, method LoginCommand::__construct()
__construct
in file ListForwardersCommand.php, method ListForwardersCommand::__construct()
__construct
in file ListDomainsCommand.php, method ListDomainsCommand::__construct()
__construct
in file ListDnsRecordsCommand.php, method Record::__construct()
__construct
in file ListDnsRecordsCommand.php, method TextRecord::__construct()
__construct
in file ChangePasswordCommand.php, method ChangePasswordCommand::__construct()
top

Documentation generated on Mon, 30 Mar 2009 16:34:33 +0100 by phpDocumentor 1.4.1