|
| setDebugMode ($debug) |
|
| setContentCompleteProperties ($value) |
|
| returnsOnlyAttributes (array $value) |
|
| setContentOnlyValue ($value) |
|
| setContentOrderBy ($value) |
|
| setContentSlice ($value) |
|
| setContentStart ($value) |
|
| setContentKey ($value) |
|
| setContentKeyMode ($value) |
|
| setContentSearchProperty ($value) |
|
| setContentFilter ($value) |
|
| setContentVerifyHasChild ($value) |
|
| setContentRecursiveLevel ($value) |
|
| setContentMap ($callback) |
|
| getContent () |
|
| getCollectionContent () |
|
| useDocumentList (DocumentList &$dl) |
|
| getSubFamilies ($famid, $controlcreate=false) |
|
| insertDocument ($docid) |
|
| unlinkDocument ($docid) |
|
| unlinkDocuments ($selection) |
|
| unlinkAllDocuments () |
|
| moveDocuments ($selection, $targetId) |
|
| insertDocuments ($selection) |
|
| getAuthorizedFamilies () |
|
| __construct ($id=0, $config=null, Doc &$doc=null) |
|
| createDocument ($familyId, $temporary=false) |
|
| docisset () |
|
| setError ($err) |
|
| isAlive () |
|
| affect (&$doc) |
|
| getAttribute ($aid) |
|
| usePartialDocument (array $attrids) |
|
| getInternalDocument () |
|
| getValues () |
|
| getValue ($aid) |
|
| getProposalDocuments ($aid, $key) |
|
| setValue ($aid, $nv) |
|
| setVolatileProperty ($key, $value) |
|
| getProperties ($complete=true, $infoprop=false) |
|
| getConfiguration () |
|
| getSecurity () |
|
| getLastModifier () |
|
| getProperty ($idprop) |
|
| getAttributes () |
|
| isCollection () |
|
| hasAttribute ($aid) |
|
| getDocument ($onlyvalues=false, $completeprop=true, $infoprop=false, $usertags=false) |
|
| getRevisions ($onlyvalues=true, $completeprop=false) |
|
| cloneDocument ($temporary=false, $linkfld=true, $copyfile=false, $title="") |
|
| getHistory ($allrevision=true, $code="") |
|
| save () |
|
| send ($to="", $cc="", $bcc="", $subject="", $comment="", $savecopy=false) |
|
| create () |
|
| lock ($auto=false) |
|
| unlock ($auto=false) |
|
| addUserTag ($tag, $comment) |
|
| deleteUserTag ($tag) |
|
| getUserTags () |
|
| allocate ($userid, $comment="", $revision=false, $autolock=true) |
|
| unallocate ($comment="", $revision=false) |
|
| changeState ($state) |
|
| delete ($really=false) |
|
| restore () |
|
| addRevision ($comment, $version="", $volatile=false) |
|
| moveTo ($movetoid, $fromtoid=null) |
|
| setFileValueFromHttpVars () |
|
| setValueFromHttpVars () |
|
| setLogicalName () |
|
| hasWaitingFiles () |
|
| setVersion ($version, $usecomment=true) |
|
| getFollowingStates () |
|
Document Class
Definition at line 21 of file Class.Collection.php.