[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 1833 lines (54 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Google_Service_Gmail:: (1 method):
__construct()
Google_Service_Gmail_Users_Resource:: (0 methods):
Google_Service_Gmail_UsersDrafts_Resource:: (6 methods):
create()
delete()
get()
listUsersDrafts()
send()
update()
Google_Service_Gmail_UsersHistory_Resource:: (1 method):
listUsersHistory()
Google_Service_Gmail_UsersLabels_Resource:: (6 methods):
create()
delete()
get()
listUsersLabels()
patch()
update()
Google_Service_Gmail_UsersMessages_Resource:: (9 methods):
delete()
get()
import()
insert()
listUsersMessages()
modify()
send()
trash()
untrash()
Google_Service_Gmail_UsersMessagesAttachments_Resource:: (1 method):
get()
Google_Service_Gmail_UsersThreads_Resource:: (6 methods):
delete()
get()
listUsersThreads()
modify()
trash()
untrash()
Google_Service_Gmail_Draft:: (4 methods):
setId()
getId()
setMessage()
getMessage()
Google_Service_Gmail_History:: (4 methods):
setId()
getId()
setMessages()
getMessages()
Google_Service_Gmail_Label:: (10 methods):
setId()
getId()
setLabelListVisibility()
getLabelListVisibility()
setMessageListVisibility()
getMessageListVisibility()
setName()
getName()
setType()
getType()
Google_Service_Gmail_ListDraftsResponse:: (6 methods):
setDrafts()
getDrafts()
setNextPageToken()
getNextPageToken()
setResultSizeEstimate()
getResultSizeEstimate()
Google_Service_Gmail_ListHistoryResponse:: (6 methods):
setHistory()
getHistory()
setHistoryId()
getHistoryId()
setNextPageToken()
getNextPageToken()
Google_Service_Gmail_ListLabelsResponse:: (2 methods):
setLabels()
getLabels()
Google_Service_Gmail_ListMessagesResponse:: (6 methods):
setMessages()
getMessages()
setNextPageToken()
getNextPageToken()
setResultSizeEstimate()
getResultSizeEstimate()
Google_Service_Gmail_ListThreadsResponse:: (6 methods):
setNextPageToken()
getNextPageToken()
setResultSizeEstimate()
getResultSizeEstimate()
setThreads()
getThreads()
Google_Service_Gmail_Message:: (16 methods):
setHistoryId()
getHistoryId()
setId()
getId()
setLabelIds()
getLabelIds()
setPayload()
getPayload()
setRaw()
getRaw()
setSizeEstimate()
getSizeEstimate()
setSnippet()
getSnippet()
setThreadId()
getThreadId()
Google_Service_Gmail_MessagePart:: (12 methods):
setBody()
getBody()
setFilename()
getFilename()
setHeaders()
getHeaders()
setMimeType()
getMimeType()
setPartId()
getPartId()
setParts()
getParts()
Google_Service_Gmail_MessagePartBody:: (6 methods):
setAttachmentId()
getAttachmentId()
setData()
getData()
setSize()
getSize()
Google_Service_Gmail_MessagePartHeader:: (4 methods):
setName()
getName()
setValue()
getValue()
Google_Service_Gmail_ModifyMessageRequest:: (4 methods):
setAddLabelIds()
getAddLabelIds()
setRemoveLabelIds()
getRemoveLabelIds()
Google_Service_Gmail_ModifyThreadRequest:: (4 methods):
setAddLabelIds()
getAddLabelIds()
setRemoveLabelIds()
getRemoveLabelIds()
Google_Service_Gmail_Thread:: (8 methods):
setHistoryId()
getHistoryId()
setId()
getId()
setMessages()
getMessages()
setSnippet()
getSnippet()
Class: Google_Service_Gmail - X-Ref
Service definition for Gmail (v1).__construct(Google_Client $client) X-Ref |
Constructs the internal representation of the Gmail service. param: Google_Client $client |
Class: Google_Service_Gmail_Users_Resource - X-Ref
The "users" collection of methods.Class: Google_Service_Gmail_UsersDrafts_Resource - X-Ref
The "drafts" collection of methods.create($userId, Google_Service_Gmail_Draft $postBody, $optParams = array() X-Ref |
Creates a new draft with the DRAFT label. (drafts.create) param: string $userId param: Google_Draft $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Draft |
delete($userId, $id, $optParams = array() X-Ref |
Immediately and permanently deletes the specified draft. Does not simply trash it. (drafts.delete) param: string $userId param: string $id param: array $optParams Optional parameters. |
get($userId, $id, $optParams = array() X-Ref |
Gets the specified draft. (drafts.get) param: string $userId param: string $id param: array $optParams Optional parameters. return: Google_Service_Gmail_Draft |
listUsersDrafts($userId, $optParams = array() X-Ref |
Lists the drafts in the user's mailbox. (drafts.listUsersDrafts) param: string $userId param: array $optParams Optional parameters. return: Google_Service_Gmail_ListDraftsResponse |
send($userId, Google_Service_Gmail_Draft $postBody, $optParams = array() X-Ref |
Sends the specified, existing draft to the recipients in the To, Cc, and Bcc headers. (drafts.send) param: string $userId param: Google_Draft $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Message |
update($userId, $id, Google_Service_Gmail_Draft $postBody, $optParams = array() X-Ref |
Replaces a draft's content. (drafts.update) param: string $userId param: string $id param: Google_Draft $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Draft |
Class: Google_Service_Gmail_UsersHistory_Resource - X-Ref
The "history" collection of methods.listUsersHistory($userId, $optParams = array() X-Ref |
Lists the history of all changes to the given mailbox. History results are returned in chronological order (increasing historyId). (history.listUsersHistory) param: string $userId param: array $optParams Optional parameters. return: Google_Service_Gmail_ListHistoryResponse |
Class: Google_Service_Gmail_UsersLabels_Resource - X-Ref
The "labels" collection of methods.create($userId, Google_Service_Gmail_Label $postBody, $optParams = array() X-Ref |
Creates a new label. (labels.create) param: string $userId param: Google_Label $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Label |
delete($userId, $id, $optParams = array() X-Ref |
Immediately and permanently deletes the specified label and removes it from any messages and threads that it is applied to. (labels.delete) param: string $userId param: string $id param: array $optParams Optional parameters. |
get($userId, $id, $optParams = array() X-Ref |
Gets the specified label. (labels.get) param: string $userId param: string $id param: array $optParams Optional parameters. return: Google_Service_Gmail_Label |
listUsersLabels($userId, $optParams = array() X-Ref |
Lists all labels in the user's mailbox. (labels.listUsersLabels) param: string $userId param: array $optParams Optional parameters. return: Google_Service_Gmail_ListLabelsResponse |
patch($userId, $id, Google_Service_Gmail_Label $postBody, $optParams = array() X-Ref |
Updates the specified label. This method supports patch semantics. (labels.patch) param: string $userId param: string $id param: Google_Label $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Label |
update($userId, $id, Google_Service_Gmail_Label $postBody, $optParams = array() X-Ref |
Updates the specified label. (labels.update) param: string $userId param: string $id param: Google_Label $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Label |
Class: Google_Service_Gmail_UsersMessages_Resource - X-Ref
The "messages" collection of methods.delete($userId, $id, $optParams = array() X-Ref |
Immediately and permanently deletes the specified message. This operation cannot be undone. Prefer messages.trash instead. (messages.delete) param: string $userId param: string $id param: array $optParams Optional parameters. |
get($userId, $id, $optParams = array() X-Ref |
Gets the specified message. (messages.get) param: string $userId param: string $id param: array $optParams Optional parameters. return: Google_Service_Gmail_Message |
import($userId, Google_Service_Gmail_Message $postBody, $optParams = array() X-Ref |
Imports a message into only this user's mailbox, with standard email delivery scanning and classification similar to receiving via SMTP. Does not send a message. (messages.import) param: string $userId param: Google_Message $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Message |
insert($userId, Google_Service_Gmail_Message $postBody, $optParams = array() X-Ref |
Directly inserts a message into only this user's mailbox similar to IMAP APPEND, bypassing most scanning and classification. Does not send a message. (messages.insert) param: string $userId param: Google_Message $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Message |
listUsersMessages($userId, $optParams = array() X-Ref |
Lists the messages in the user's mailbox. (messages.listUsersMessages) param: string $userId param: array $optParams Optional parameters. return: Google_Service_Gmail_ListMessagesResponse |
modify($userId, $id, Google_Service_Gmail_ModifyMessageRequest $postBody, $optParams = array() X-Ref |
Modifies the labels on the specified message. (messages.modify) param: string $userId param: string $id param: Google_ModifyMessageRequest $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Message |
send($userId, Google_Service_Gmail_Message $postBody, $optParams = array() X-Ref |
Sends the specified message to the recipients in the To, Cc, and Bcc headers. (messages.send) param: string $userId param: Google_Message $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Message |
trash($userId, $id, $optParams = array() X-Ref |
Moves the specified message to the trash. (messages.trash) param: string $userId param: string $id param: array $optParams Optional parameters. return: Google_Service_Gmail_Message |
untrash($userId, $id, $optParams = array() X-Ref |
Removes the specified message from the trash. (messages.untrash) param: string $userId param: string $id param: array $optParams Optional parameters. return: Google_Service_Gmail_Message |
Class: Google_Service_Gmail_UsersMessagesAttachments_Resource - X-Ref
The "attachments" collection of methods.get($userId, $messageId, $id, $optParams = array() X-Ref |
Gets the specified message attachment. (attachments.get) param: string $userId param: string $messageId param: string $id param: array $optParams Optional parameters. return: Google_Service_Gmail_MessagePartBody |
Class: Google_Service_Gmail_UsersThreads_Resource - X-Ref
The "threads" collection of methods.delete($userId, $id, $optParams = array() X-Ref |
Immediately and permanently deletes the specified thread. This operation cannot be undone. Prefer threads.trash instead. (threads.delete) param: string $userId param: string $id param: array $optParams Optional parameters. |
get($userId, $id, $optParams = array() X-Ref |
Gets the specified thread. (threads.get) param: string $userId param: string $id param: array $optParams Optional parameters. return: Google_Service_Gmail_Thread |
listUsersThreads($userId, $optParams = array() X-Ref |
Lists the threads in the user's mailbox. (threads.listUsersThreads) param: string $userId param: array $optParams Optional parameters. return: Google_Service_Gmail_ListThreadsResponse |
modify($userId, $id, Google_Service_Gmail_ModifyThreadRequest $postBody, $optParams = array() X-Ref |
Modifies the labels applied to the thread. This applies to all messages in the thread. (threads.modify) param: string $userId param: string $id param: Google_ModifyThreadRequest $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Thread |
trash($userId, $id, $optParams = array() X-Ref |
Moves the specified thread to the trash. (threads.trash) param: string $userId param: string $id param: array $optParams Optional parameters. return: Google_Service_Gmail_Thread |
untrash($userId, $id, $optParams = array() X-Ref |
Removes the specified thread from the trash. (threads.untrash) param: string $userId param: string $id param: array $optParams Optional parameters. return: Google_Service_Gmail_Thread |
Class: Google_Service_Gmail_Draft - X-Ref
setId($id) X-Ref |
No description |
getId() X-Ref |
No description |
setMessage(Google_Service_Gmail_Message $message) X-Ref |
No description |
getMessage() X-Ref |
No description |
Class: Google_Service_Gmail_History - X-Ref
setId($id) X-Ref |
No description |
getId() X-Ref |
No description |
setMessages($messages) X-Ref |
No description |
getMessages() X-Ref |
No description |
Class: Google_Service_Gmail_Label - X-Ref
setId($id) X-Ref |
No description |
getId() X-Ref |
No description |
setLabelListVisibility($labelListVisibility) X-Ref |
No description |
getLabelListVisibility() X-Ref |
No description |
setMessageListVisibility($messageListVisibility) X-Ref |
No description |
getMessageListVisibility() X-Ref |
No description |
setName($name) X-Ref |
No description |
getName() X-Ref |
No description |
setType($type) X-Ref |
No description |
getType() X-Ref |
No description |
Class: Google_Service_Gmail_ListDraftsResponse - X-Ref
setDrafts($drafts) X-Ref |
No description |
getDrafts() X-Ref |
No description |
setNextPageToken($nextPageToken) X-Ref |
No description |
getNextPageToken() X-Ref |
No description |
setResultSizeEstimate($resultSizeEstimate) X-Ref |
No description |
getResultSizeEstimate() X-Ref |
No description |
Class: Google_Service_Gmail_ListHistoryResponse - X-Ref
setHistory($history) X-Ref |
No description |
getHistory() X-Ref |
No description |
setHistoryId($historyId) X-Ref |
No description |
getHistoryId() X-Ref |
No description |
setNextPageToken($nextPageToken) X-Ref |
No description |
getNextPageToken() X-Ref |
No description |
Class: Google_Service_Gmail_ListMessagesResponse - X-Ref
setMessages($messages) X-Ref |
No description |
getMessages() X-Ref |
No description |
setNextPageToken($nextPageToken) X-Ref |
No description |
getNextPageToken() X-Ref |
No description |
setResultSizeEstimate($resultSizeEstimate) X-Ref |
No description |
getResultSizeEstimate() X-Ref |
No description |
Class: Google_Service_Gmail_ListThreadsResponse - X-Ref
setNextPageToken($nextPageToken) X-Ref |
No description |
getNextPageToken() X-Ref |
No description |
setResultSizeEstimate($resultSizeEstimate) X-Ref |
No description |
getResultSizeEstimate() X-Ref |
No description |
setThreads($threads) X-Ref |
No description |
getThreads() X-Ref |
No description |
Class: Google_Service_Gmail_Message - X-Ref
setHistoryId($historyId) X-Ref |
No description |
getHistoryId() X-Ref |
No description |
setId($id) X-Ref |
No description |
getId() X-Ref |
No description |
setLabelIds($labelIds) X-Ref |
No description |
getLabelIds() X-Ref |
No description |
setPayload(Google_Service_Gmail_MessagePart $payload) X-Ref |
No description |
getPayload() X-Ref |
No description |
setRaw($raw) X-Ref |
No description |
getRaw() X-Ref |
No description |
setSizeEstimate($sizeEstimate) X-Ref |
No description |
getSizeEstimate() X-Ref |
No description |
setSnippet($snippet) X-Ref |
No description |
getSnippet() X-Ref |
No description |
setThreadId($threadId) X-Ref |
No description |
getThreadId() X-Ref |
No description |
Class: Google_Service_Gmail_MessagePart - X-Ref
setBody(Google_Service_Gmail_MessagePartBody $body) X-Ref |
No description |
getBody() X-Ref |
No description |
setFilename($filename) X-Ref |
No description |
getFilename() X-Ref |
No description |
setHeaders($headers) X-Ref |
No description |
getHeaders() X-Ref |
No description |
setMimeType($mimeType) X-Ref |
No description |
getMimeType() X-Ref |
No description |
setPartId($partId) X-Ref |
No description |
getPartId() X-Ref |
No description |
setParts($parts) X-Ref |
No description |
getParts() X-Ref |
No description |
Class: Google_Service_Gmail_MessagePartBody - X-Ref
setAttachmentId($attachmentId) X-Ref |
No description |
getAttachmentId() X-Ref |
No description |
setData($data) X-Ref |
No description |
getData() X-Ref |
No description |
setSize($size) X-Ref |
No description |
getSize() X-Ref |
No description |
Class: Google_Service_Gmail_ModifyMessageRequest - X-Ref
setAddLabelIds($addLabelIds) X-Ref |
No description |
getAddLabelIds() X-Ref |
No description |
setRemoveLabelIds($removeLabelIds) X-Ref |
No description |
getRemoveLabelIds() X-Ref |
No description |
Class: Google_Service_Gmail_ModifyThreadRequest - X-Ref
setAddLabelIds($addLabelIds) X-Ref |
No description |
getAddLabelIds() X-Ref |
No description |
setRemoveLabelIds($removeLabelIds) X-Ref |
No description |
getRemoveLabelIds() X-Ref |
No description |
Class: Google_Service_Gmail_Thread - X-Ref
setHistoryId($historyId) X-Ref |
No description |
getHistoryId() X-Ref |
No description |
setId($id) X-Ref |
No description |
getId() X-Ref |
No description |
setMessages($messages) X-Ref |
No description |
getMessages() X-Ref |
No description |
setSnippet($snippet) X-Ref |
No description |
getSnippet() X-Ref |
No description |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |