Definition at line 19 of file Class.DocWaitManager.php.
static clearWaitingDocs |
( |
|
$domain = - 1 , |
|
|
|
$user = - 1 , |
|
|
|
$docinitid = - 1 |
|
) |
| |
|
static |
delete waiting document for a domain, an user or an user in a domain
- Parameters
-
int | $domain | domain identifier |
int | $user | user identifier |
int | $docinitid | initial document identifier |
Definition at line 145 of file Class.DocWaitManager.php.
static getTransaction |
( |
| ) |
|
|
static |
static getUnresolvedLocalLinks |
( |
|
$domain = - 1 , |
|
|
|
$user = - 1 |
|
) |
| |
|
static |
return unresolved links
- Parameters
-
int | $domain | domain identifier |
int | $user | user identifier |
- Returns
- array index=localid, value=serverid
Definition at line 89 of file Class.DocWaitManager.php.
static getWaitingDoc |
( |
|
$id | ) |
|
|
static |
static getWaitingDocs |
( |
|
$transaction | ) |
|
|
static |
static getWaitingDocsByDomain |
( |
|
$domainId | ) |
|
|
static |
static saveWaitingDoc |
( |
Doc & |
$doc, |
|
|
|
$domainId = null , |
|
|
|
$transaction = null , |
|
|
|
$extraData = null |
|
) |
| |
|
static |
create or update a new entry in docWait
- Parameters
-
- Returns
- string error message
Definition at line 27 of file Class.DocWaitManager.php.
The documentation for this class was generated from the following file: