Collaboration diagram for DomainApi:Public Member Functions | |
| __construct (Dir &$domain=null) | |
| getUserMode () | |
| bookDocument ($config) | |
| unbookDocument ($config) | |
| revertDocument ($config) | |
| insertUserDocument ($config) | |
| removeUserDocument ($config) | |
| insertSharedDocument ($config) | |
| removeSharedDocument ($config) | |
| getAvailableFamilies () | |
| clearUserDocuments () | |
| clearSharedDocuments () | |
| getUserDocuments ($config, $callback=null) | |
| getSharedDocuments ($config, $callback=null) | |
| getReservedDocumentIds () | |
| sync () | |
| view () | |
Static Public Member Functions | |
| static | getDomains () |
Definition at line 17 of file Class.DomainApi.php.
| __construct | ( | Dir & | $domain = null | ) |
Definition at line 24 of file Class.DomainApi.php.
| bookDocument | ( | $config | ) |
book document into user space
Definition at line 69 of file Class.DomainApi.php.
| clearSharedDocuments | ( | ) |
delete all documents from user folder
Definition at line 297 of file Class.DomainApi.php.
| clearUserDocuments | ( | ) |
delete all documents from user folder
Definition at line 281 of file Class.DomainApi.php.
| getAvailableFamilies | ( | ) |
return families restriction
Definition at line 247 of file Class.DomainApi.php.
|
static |
List all domain availables by current user
Definition at line 36 of file Class.DomainApi.php.
Here is the call graph for this function:| getReservedDocumentIds | ( | ) |
| getSharedDocuments | ( | $config, | |
$callback = null |
|||
| ) |
get share folder documents
| function | $callback | filter on documents |
Definition at line 347 of file Class.DomainApi.php.
| getUserDocuments | ( | $config, | |
$callback = null |
|||
| ) |
get user folder documents
| function | $callback | filter on documents |
Definition at line 314 of file Class.DomainApi.php.
| getUserMode | ( | ) |
user mode
Definition at line 52 of file Class.DomainApi.php.
| insertSharedDocument | ( | $config | ) |
put document into user space read only
Definition at line 205 of file Class.DomainApi.php.
| insertUserDocument | ( | $config | ) |
put document into user space read only
Definition at line 163 of file Class.DomainApi.php.
| removeSharedDocument | ( | $config | ) |
remove document from user space read only
Definition at line 226 of file Class.DomainApi.php.
| removeUserDocument | ( | $config | ) |
remove document from user space read only
Definition at line 184 of file Class.DomainApi.php.
| revertDocument | ( | $config | ) |
| sync | ( | ) |
| unbookDocument | ( | $config | ) |
unbook document into user space
Definition at line 92 of file Class.DomainApi.php.
| view | ( | ) |
| ← centre documentaire |
|