Definition at line 17 of file Class.DomainManager.php.
static createDomain |
( |
|
$reference | ) |
|
|
static |
create a new domain
$err =$domain->addFamily("TST_ARTICLE");
$err.=$domain->addUserMember("john.doe");
$err.=$domain->insertUserDocument("1254","john.doe");
- Exceptions
-
- Returns
- _OFFLINEDOMAIN document
Definition at line 77 of file Class.DomainManager.php.
List all domain availables by current user
foreach ($domains as $domain) {
print $domain->getTitle()."\n";
}
- Returns
- DocumentList search results
Definition at line 39 of file Class.DomainManager.php.
The documentation for this class was generated from the following file: