-
Default
-
Framework
-
Zend
-
Zend_Acl
-
Zend_Amf
-
Zend_Application
-
Zend_Auth
-
Zend_Barcode
-
Zend_Browser
-
Zend_Cache
-
Zend_Captcha
-
Zend_Cloud
-
Zend_CodeGenerator
-
Zend_Config
-
Zend_Console_Getopt
-
Zend_Controller
-
Zend_Crypt
-
Zend_Currency
-
Zend_Date
-
Zend_Db
-
Zend_Debug
-
Zend_Dojo
-
Zend_Dom
-
Zend_Feed
-
Zend_Feed_Pubsubhubbub
-
Zend_Feed_Reader
-
Zend_Feed_Writer
-
Zend_File_Transfer
-
Zend_Filter
-
Zend_Form
-
Zend_Gdata
-
App
-
Books
-
Calendar
-
Docs
-
DublinCore
-
Exif
-
Gapps
- addMemberToGroup
Add an email address to a group as a member
- addOwnerToGroup
Add an email as an owner of a group
- addRecipientToEmailList
Add a specified recipient to an existing emailList.
- createEmailList
Create a new email list.
- createGroup
Create a new group.
- createNickname
Create a nickname for a given user.
- createUser
Create a new user entry and send it to the Google Apps servers.
- deleteEmailList
Delete a specified email list.
- deleteGroup
Delete a group
- deleteNickname
Delete a specified nickname.
- deleteUser
Delete a user by username.
- isMember
Check to see if a member id or group id is a member of group
- isOwner
Checks to see if an email is an owner of a group
- removeMemberFromGroup
Remove a member id from a group
- removeOwnerFromGroup
Remove email as an owner of a group
- removeRecipientFromEmailList
Remove a specified recipient from an email list.
- restoreUser
Mark a given user as not suspended.
- retrieveAllEmailLists
Retrieve all email lists associated with the curent domain. Be aware that
calling this function on a domain with many email lists will take a
signifigant amount of time to complete. On larger domains this may
may cause execution to timeout without proper precautions in place.
- retrieveAllGroups
Retrieve all groups in the current domain. Be aware that
calling this function on a domain with many groups will take a
signifigant amount of time to complete. On larger domains this may
may cause execution to timeout without proper precautions in place.
- retrieveAllMembers
Retrieves all the members of a group
- retrieveAllNicknames
Retrieve all nicknames in the current domain. Be aware that
calling this function on a domain with many nicknames will take a
signifigant amount of time to complete. On larger domains this may
may cause execution to timeout without proper precautions in place.
- retrieveAllRecipients
Retrieve all recipients associated with an email list. Be aware that
calling this function on a domain with many email lists will take a
signifigant amount of time to complete. On larger domains this may
may cause execution to timeout without proper precautions in place.
- retrieveAllUsers
Retrieve all users in the current domain. Be aware that
calling this function on a domain with many users will take a
signifigant amount of time to complete. On larger domains this may
may cause execution to timeout without proper precautions in place.
- retrieveEmailLists
Retrieve all email lists associated with a recipient.
- retrieveGroup
Retrieves a group based on group id
- retrieveGroupOwners
Retrieves all the owners of a group
- retrieveGroups
Retrieve all of the groups that a user is a member of
- retrieveNickname
Retrieve the entry for a specified nickname.
- retrieveNicknames
Retrieve all nicknames associated with a specific username.
- retrievePageOfEmailLists
Retrieve a page of email lists in alphabetical order, starting with the
provided email list.
- retrievePageOfGroups
Retrieve a page of groups in alphabetical order, starting with the
provided group.
- retrievePageOfMembers
Gets page of Members
- retrievePageOfNicknames
Retrieve a page of nicknames in alphabetical order, starting with the
provided nickname.
- retrievePageOfRecipients
Retrieve a page of email list recipients in alphabetical order,
starting with the provided email list recipient.
- retrievePageOfUsers
Retrieve a page of users in alphabetical order, starting with the
provided username.
- retrieveUser
Retrieve a user based on their username.
- suspendUser
Mark a given user as suspended.
- updateGroup
Update group properties with new values. any property not defined will not
be updated
- updateUser
Overwrite a specified username with the provided UserEntry. The
UserEntry does not need to contain an edit link.
- Zend_Gdata_Gapps
Service class for interacting with the Google Apps Provisioning API.
- Zend_Gdata_Gapps_EmailListEntry
Data model class for a Google Apps Email List Entry.
- Zend_Gdata_Gapps_EmailListFeed
Data model for a collection of Google Apps email list entries, usually
provided by the Google Apps servers.
- Zend_Gdata_Gapps_EmailListQuery
Assists in constructing queries for Google Apps email list entries.
- Zend_Gdata_Gapps_EmailListRecipientEntry
Data model class for a Google Apps Email List Recipient Entry.
- Zend_Gdata_Gapps_EmailListRecipientFeed
Data model for a collection of Google Apps email list recipient entries,
usually provided by the Google Apps servers.
- Zend_Gdata_Gapps_EmailListRecipientQuery
Assists in constructing queries for Google Apps email list recipient
entries. Instances of this class can be provided in many places where a
URL is required.
- Zend_Gdata_Gapps_Error
Gdata Gapps Error class. This class is used to represent errors returned
within an AppsForYourDomainErrors message received from the Google Apps
servers.
- Zend_Gdata_Gapps_Extension_EmailList
Represents the apps:emailList element used by the Apps data API. This
class represents properties of an email list and is usually contained
within an instance of Zend_Gdata_Gapps_EmailListEntry.
- Zend_Gdata_Gapps_Extension_Login
Represents the apps:login element used by the Apps data API. This
class is used to describe properties of a user, and is usually contained
within instances of Zene_Gdata_Gapps_UserEntry or any other class
which is linked to a particular username.
- Zend_Gdata_Gapps_Extension_Name
Represents the apps:name element used by the Apps data API. This is used
to represent a user's full name. This class is usually contained within
instances of Zend_Gdata_Gapps_UserEntry.
- Zend_Gdata_Gapps_Extension_Nickname
Represents the apps:nickname element used by the Apps data API. This
is used to describe a nickname's properties, and is usually contained
within instances of Zend_Gdata_Gapps_NicknameEntry.
- Zend_Gdata_Gapps_Extension_Property
Represents the apps:Property element used by the Apps data API.
- Zend_Gdata_Gapps_Extension_Quota
Represents the apps:quota element used by the Apps data API. This is
used to indicate the amount of storage space available to a user. Quotas
may not be able to be set, depending on the domain used. This class
is usually contained within an instance of Zend_Gdata_Gapps_UserEntry.
- Zend_Gdata_Gapps_GroupEntry
Data model class for a Google Apps Group Entry.
- Zend_Gdata_Gapps_GroupFeed
Data model for a collection of Google Apps group entries, usually
provided by the Google Apps servers.
- Zend_Gdata_Gapps_GroupQuery
Assists in constructing queries for Google Apps group entries.
- Zend_Gdata_Gapps_MemberEntry
Data model class for a Google Apps Member Entry.
- Zend_Gdata_Gapps_MemberFeed
Data model for a collection of Google Apps member entries, usually
provided by the Google Apps servers.
- Zend_Gdata_Gapps_MemberQuery
Assists in constructing queries for Google Apps member entries.
- Zend_Gdata_Gapps_NicknameEntry
Data model class for a Google Apps Nickname Entry.
- Zend_Gdata_Gapps_NicknameFeed
Data model for a collection of Google Apps nickname entries, usually
provided by the Google Apps servers.
- Zend_Gdata_Gapps_NicknameQuery
Assists in constructing queries for Google Apps nickname entries.
- Zend_Gdata_Gapps_OwnerEntry
Data model class for a Google Apps Owner Entry.
- Zend_Gdata_Gapps_OwnerFeed
Data model for a collection of Google Apps owner entries, usually
provided by the Google Apps servers.
- Zend_Gdata_Gapps_OwnerQuery
Assists in constructing queries for Google Apps owner entries.
- Zend_Gdata_Gapps_Query
Assists in constructing queries for Google Apps entries. This class
provides common methods used by all other Google Apps query classes.
- Zend_Gdata_Gapps_ServiceException
Gdata Gapps Exception class. This is thrown when an
AppsForYourDomainErrors message is received from the Google Apps
servers.
- Zend_Gdata_Gapps_UserEntry
Data model class for a Google Apps User Entry.
- Zend_Gdata_Gapps_UserFeed
Data model for a collection of Google Apps user entries, usually
provided by the Google Apps servers.
- Zend_Gdata_Gapps_UserQuery
Assists in constructing queries for Google Apps user entries.
-
Gbase
-
Gdata
-
Geo
-
Health
-
Media
-
Photos
-
Spreadsheets
-
YouTube
-
Zend_Http
-
Zend_Http_UserAgent
-
Zend_InfoCard
-
Zend_Json
-
Zend_Layout
-
Zend_Ldap
-
Zend_Loader
-
Zend_Locale
-
Zend_Log
-
Zend_Mail
-
Zend_Markup
-
Zend_Measure
-
Zend_Measure_Abstract
-
Zend_Measure_Acceleration
-
Zend_Measure_Angle
-
Zend_Measure_Area
-
Zend_Measure_Binary
-
Zend_Measure_Capacitance
-
Zend_Measure_Cooking_Volume
-
Zend_Measure_Cooking_Weight
-
Zend_Measure_Current
-
Zend_Measure_Density
-
Zend_Measure_Energy
-
Zend_Measure_Flow_Mass
-
Zend_Measure_Flow_Mole
-
Zend_Measure_Flow_Volume
-
Zend_Measure_Force
-
Zend_Measure_Frequency
-
Zend_Measure_Illumination
-
Zend_Measure_Length
-
Zend_Measure_Lightness
-
Zend_Measure_Number
-
Zend_Measure_Power
-
Zend_Measure_Pressure
-
Zend_Measure_Speed
-
Zend_Measure_Temperature
-
Zend_Measure_Time
-
Zend_Measure_Torque
-
Zend_Measure_Viscosity_Dynamic
-
Zend_Measure_Viscosity_Kinematic
-
Zend_Measure_Volume
-
Zend_Measure_Weigth
- Zend_Measure_Exception
Exception class
-
Zend_Memory
-
Zend_Mime
-
Zend_Navigation
-
Zend_Oauth
-
Zend_OpenId
-
Zend_Paginator
-
Zend_Pdf
-
Zend_ProgressBar
-
Zend_Queue
-
Zend_Reflection
-
Zend_Registry
-
Zend_Rest
-
Zend_Search
-
Zend_Search_Lucene
-
Zend_Serializer
-
Zend_Server
-
Zend_Service
-
Zend_Service_Amazon
-
Authentication
-
Ec2
- Zend_Service_Amazon_Ec2_Abstract
Provides the basic functionality to send a request to the Amazon Ec2 Query API
- Zend_Service_Amazon_Ec2_Availabilityzones
An Amazon EC2 interface to query which Availibity Zones your account has access to.
- Zend_Service_Amazon_Ec2_CloudWatch
An Amazon EC2 interface that allows yout to run, terminate, reboot and describe Amazon
Ec2 Instances.
- Zend_Service_Amazon_Ec2_Ebs
An Amazon EC2 interface to create, describe, attach, detach and delete Elastic Block
Storage Volumes and Snaphsots.
- Zend_Service_Amazon_Ec2_Elasticip
An Amazon EC2 interface to allocate, associate, describe and release Elastic IP address
from your account.
- Zend_Service_Amazon_Ec2_Exception
The Custom Exception class that allows you to have access to the AWS Error Code.
- Zend_Service_Amazon_Ec2_Image
An Amazon EC2 interface to register, describe and deregister Amamzon Machine Instances (AMI)
- Zend_Service_Amazon_Ec2_Instance
An Amazon EC2 interface that allows yout to run, terminate, reboot and describe Amazon
Ec2 Instances.
- Zend_Service_Amazon_Ec2_Instance_Reserved
Allows you to interface with the reserved instances on Amazon Ec2
- Zend_Service_Amazon_Ec2_Instance_Windows
An Amazon EC2 interface that allows yout to run, terminate, reboot and describe Amazon
Ec2 Instances.
- Zend_Service_Amazon_Ec2_Keypair
An Amazon EC2 interface to create, delete and describe Ec2 KeyPairs.
- Zend_Service_Amazon_Ec2_Region
An Amazon EC2 interface to query which Regions your account has access to.
- Zend_Service_Amazon_Ec2_Response
- Zend_Service_Amazon_Ec2_Securitygroups
An Amazon EC2 interface to create, delete, describe, grand and revoke sercurity permissions.
-
SimpleDb
-
Zend_Service_ShortUrl
-
Zend_Service_WindowsAzure
-
Zend_Service_WindowsAzure_Storage
-
Zend_Session
-
Zend_Soap
-
Zend_Tag
-
Zend_Test
-
Zend_Text
-
Zend_Text_Figlet
-
Zend_Text_Table
-
Zend_TimeSync
-
Zend_Tool
-
Zend_Translate
-
Zend_Uri
-
Zend_Validate
-
Zend_Version
-
Zend_View
-
Zend_Wildfire
-
Zend_XmlRpc
-
Client
-
Generator
-
Server
-
Value
- Zend_XmlRpc_Value_Array
Represent a native XML-RPC value entity, used as parameters for the methods
called by the Zend_XmlRpc_Client object and as the return value for those calls.
- Zend_XmlRpc_Value_Base64
Represent a native XML-RPC value entity, used as parameters for the methods
called by the Zend_XmlRpc_Client object and as the return value for those calls.
- Zend_XmlRpc_Value_BigInteger
Represent a native XML-RPC value entity, used as parameters for the methods
called by the Zend_XmlRpc_Client object and as the return value for those calls.
- Zend_XmlRpc_Value_Boolean
Represent a native XML-RPC value entity, used as parameters for the methods
called by the Zend_XmlRpc_Client object and as the return value for those calls.
- Zend_XmlRpc_Value_Collection
Represent a native XML-RPC value entity, used as parameters for the methods
called by the Zend_XmlRpc_Client object and as the return value for those calls.
- Zend_XmlRpc_Value_DateTime
Represent a native XML-RPC value entity, used as parameters for the methods
called by the Zend_XmlRpc_Client object and as the return value for those calls.
- Zend_XmlRpc_Value_Double
Represent a native XML-RPC value entity, used as parameters for the methods
called by the Zend_XmlRpc_Client object and as the return value for those calls.
- Zend_XmlRpc_Value_Exception
- Zend_XmlRpc_Value_Integer
Represent a native XML-RPC value entity, used as parameters for the methods
called by the Zend_XmlRpc_Client object and as the return value for those calls.
- Zend_XmlRpc_Value_Nil
Represent a native XML-RPC value entity, used as parameters for the methods
called by the Zend_XmlRpc_Client object and as the return value for those calls.
- Zend_XmlRpc_Value_Scalar
Represent a native XML-RPC value entity, used as parameters for the methods
called by the Zend_XmlRpc_Client object and as the return value for those calls.
- Zend_XmlRpc_Value_String
Represent a native XML-RPC value entity, used as parameters for the methods
called by the Zend_XmlRpc_Client object and as the return value for those calls.
- Zend_XmlRpc_Value_Struct
Represent a native XML-RPC value entity, used as parameters for the methods
called by the Zend_XmlRpc_Client object and as the return value for those calls.
- Zend_XmlRpc_Exception
- Zend_XmlRpc_Fault
XMLRPC Faults
- Zend_XmlRpc_Request
XmlRpc Request object
- Zend_XmlRpc_Request_Http
XmlRpc Request object -- Request via HTTP
- Zend_XmlRpc_Request_Stdin
XmlRpc Request object -- Request via STDIN
- Zend_XmlRpc_Response
XmlRpc Response
- Zend_XmlRpc_Response_Http
HTTP response
- Zend_XmlRpc_Value
Represent a native XML-RPC value entity, used as parameters for the methods
called by the Zend_XmlRpc_Client object and as the return value for those calls.
-
Zend_package