|
static | fetchAllDirsTypes ($mailboxId) |
|
static | fetchOneLevelByParentId ($mailboxId, $id, $level) |
|
static | fetchAllLevelByParentId ($mailboxId, $path, $level) |
|
static | fetchOneByMailboxIdAndHash ($mailboxId, $hash) |
|
static | fetchOneOutcome ($mailboxId) |
|
static | fetchTrashAndSpamHash ($mailboxId) |
|
static | fetchOneById ($id) |
|
static | fetchOneByHash ($mailboxId, $hash) |
|
static | updateSync ($id, $val) |
|
static | resetDirsTypes ($mailboxId, $type) |
|
static | update ($id, $data) |
|
static | add (array $data) |
|
static | addMulti ($rows, $ignoreEvents=false) |
|
static | deleteList (array $filter) |
|
static | updateSyncDirs (array $values, $val, $mailboxId) |
|
static | fetchAll ($mailboxId) |
|
static | fetchAllSyncDirs ($mailboxId) |
|
static | fetchAllDisabledDirs ($mailboxId) |
|
static | countMessagesSyncDirs ($mailboxId) |
|
static | getMinSyncTime ($mailboxId) |
|
static | countSyncDirs ($mailboxId) |
|
static | updateMessageCount ($id, $val) |
|
static | updateFlags ($id, $flags) |
|
static | updateSyncTime ($id, $val) |
|
static | setSyncLock (int $id, int $time) |
|
См. определение в файле mailboxdirectory.php строка 10
◆ add()
static add |
( |
array | $data | ) |
|
|
static |
◆ addMulti()
static addMulti |
( |
| $rows, |
|
|
| $ignoreEvents = false ) |
|
static |
◆ countMessagesSyncDirs()
static countMessagesSyncDirs |
( |
| $mailboxId | ) |
|
|
static |
◆ countSyncDirs()
static countSyncDirs |
( |
| $mailboxId | ) |
|
|
static |
◆ deleteList()
static deleteList |
( |
array | $filter | ) |
|
|
static |
◆ fetchAll()
static fetchAll |
( |
| $mailboxId | ) |
|
|
static |
◆ fetchAllDirsTypes()
static fetchAllDirsTypes |
( |
| $mailboxId | ) |
|
|
static |
◆ fetchAllDisabledDirs()
static fetchAllDisabledDirs |
( |
| $mailboxId | ) |
|
|
static |
◆ fetchAllLevelByParentId()
static fetchAllLevelByParentId |
( |
| $mailboxId, |
|
|
| $path, |
|
|
| $level ) |
|
static |
◆ fetchAllSyncDirs()
static fetchAllSyncDirs |
( |
| $mailboxId | ) |
|
|
static |
◆ fetchOneByHash()
static fetchOneByHash |
( |
| $mailboxId, |
|
|
| $hash ) |
|
static |
◆ fetchOneById()
static fetchOneById |
( |
| $id | ) |
|
|
static |
◆ fetchOneByMailboxIdAndHash()
static fetchOneByMailboxIdAndHash |
( |
| $mailboxId, |
|
|
| $hash ) |
|
static |
◆ fetchOneLevelByParentId()
static fetchOneLevelByParentId |
( |
| $mailboxId, |
|
|
| $id, |
|
|
| $level ) |
|
static |
◆ fetchOneOutcome()
static fetchOneOutcome |
( |
| $mailboxId | ) |
|
|
static |
◆ fetchTrashAndSpamHash()
static fetchTrashAndSpamHash |
( |
| $mailboxId | ) |
|
|
static |
◆ getMinSyncTime()
static getMinSyncTime |
( |
| $mailboxId | ) |
|
|
static |
◆ resetDirsTypes()
static resetDirsTypes |
( |
| $mailboxId, |
|
|
| $type ) |
|
static |
◆ setSyncLock()
static setSyncLock |
( |
int | $id, |
|
|
int | $time ) |
|
static |
◆ update()
static update |
( |
| $id, |
|
|
| $data ) |
|
static |
◆ updateFlags()
static updateFlags |
( |
| $id, |
|
|
| $flags ) |
|
static |
◆ updateMessageCount()
static updateMessageCount |
( |
| $id, |
|
|
| $val ) |
|
static |
◆ updateSync()
static updateSync |
( |
| $id, |
|
|
| $val ) |
|
static |
◆ updateSyncDirs()
static updateSyncDirs |
( |
array | $values, |
|
|
| $val, |
|
|
| $mailboxId ) |
|
static |
◆ updateSyncTime()
static updateSyncTime |
( |
| $id, |
|
|
| $val ) |
|
static |