25 require_once
"class.ilObjectDAV.php";
26 require_once
"Modules/Category/classes/class.ilObjCategory.php";
105 return strtotime(
'2000-01-01');
115 return strtotime(
'2000-01-01');
133 return 'httpd/unix-directory';
146 $a = explode(
',',$actions);
147 foreach ($a as $action)
170 $childrenDAV = array();
171 $data =& $tree->getNodeData($tree->getRootId());
172 $childDAV =& $this->
createObject($data[
'ref_id'],
'root');
173 if (! is_null($childDAV))
177 $childrenDAV[] = $childDAV;
getObjectId()
Returns the object id of this object.
createObject($refId, $type)
Static factory method to create a DAV object for a given refId and type.
ilObjMountPointDAV()
Constructor.
getContentType()
Returns the mime type of the content of this object.
getCreationTimestamp()
Returns the creation timestamp of this object.
ilObjectDAV($refId, $obj=null)
Constructor.
getDisplayName()
Returns the file name of this object.
getContentLength()
Returns the number of bytes of the content.
getModificationTimestamp()
Returns the modification timestamp of this object.
children()
Returns the children of this object.
read()
Reads the object data.
getResourceType()
Returns the DAV resource type of this object.
write()
Writes the object data.
isPermitted($actions, $type='')
getResourceName()
Returns the file name of this object.