Метод |
Описание |
|
__construct ( $apiKey, $baseUrl = null ) |
|
|
checkToken ( ) |
checkToken |
|
copyPad ( $sourceID, $destinationID, $force = null ) |
copyPad |
|
createAuthor ( $name = null ) |
createAuthor |
|
createAuthorIfNotExistsFor ( $authorMapper, $name = null ) |
createAuthorIfNotExistsFor |
|
createDiffHTML ( $padID, $startRev, $endRev ) |
createDiffHTML |
|
createGroup ( ) |
createGroup |
|
createGroupIfNotExistsFor ( $groupMapper ) |
createGroupIfNotExistsFor |
|
createGroupPad ( $groupID, $padName, $text = null ) |
createGroupPad |
|
createPad ( $padID, $text = null ) |
createPad |
|
createSession ( $groupID, $authorID, $validUntil ) |
createSession |
|
deleteGroup ( $groupID ) |
deleteGroup |
|
deletePad ( $padID ) |
deletePad |
|
deleteSession ( $sessionID ) |
deleteSession |
|
getAttributePool ( $padID ) |
getAttributePool |
|
getAuthorName ( $authorID ) |
getAuthorName |
|
getChatHead ( $padID ) |
getChatHead |
|
getChatHistory ( $padID, $start = null, $end = null ) |
getChatHistory |
|
getHTML ( $padID, $rev = null ) |
getHTML |
|
getLastEdited ( $padID ) |
getLastEdited |
|
getPadID ( $roID ) |
getPadID |
|
getPublicStatus ( $padID ) |
getPublicStatus |
|
getReadOnlyID ( $padID ) |
getReadOnlyID |
|
getRevisionChangeset ( $padID, $rev = null ) |
getRevisionChangeset |
|
getRevisionsCount ( $padID ) |
getRevisionsCount |
|
getSavedRevisionsCount ( $padID ) |
getSavedRevisionsCount |
|
getSessionInfo ( $sessionID ) |
getSessionInfo |
|
getText ( $padID, $rev = null ) |
getText |
|
isPasswordProtected ( $padID ) |
isPasswordProtected |
|
listAllGroups ( ) |
listAllGroups |
|
listAllPads ( ) |
listAllPads |
|
listAuthorsOfPad ( $padID ) |
listAuthorsOfPad |
|
listPads ( $groupID ) |
listPads |
|
listPadsOfAuthor ( $authorID ) |
listPadsOfAuthor |
|
listSavedRevisions ( $padID ) |
listSavedRevisions |
|
listSessionsOfAuthor ( $authorID ) |
listSessionsOfAuthor |
|
listSessionsOfGroup ( $groupID ) |
listSessionsOfGroup |
|
movePad ( $sourceID, $destinationID, $force = null ) |
movePad |
|
padUsers ( $padID ) |
padUsers |
|
padUsersCount ( $padID ) |
padUsersCount |
|
restoreRevision ( $padID, $rev ) |
restoreRevision |
|
saveRevision ( $padID, $rev ) |
saveRevision |
|
sendClientsMessage ( $padID, $msg ) |
sendClientsMessage |
|
setHTML ( $padID, $html ) |
setHTML |
|
setPassword ( $padID, $password ) |
setPassword |
|
setPublicStatus ( $padID, $publicStatus ) |
setPublicStatus |
|
setText ( $padID, $text ) |
setText |
|