25require_once
"class.ilObjectDAV.php";
26require_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;
getModificationTimestamp()
Returns the modification timestamp of this object.
getContentType()
Returns the mime type of the content of this object.
getResourceType()
Returns the DAV resource type of this object.
getContentLength()
Returns the number of bytes of the content.
isPermitted($actions, $type='')
Returns whether a specific operation is permitted for the current user.
ilObjMountPointDAV()
Constructor.
createObject($refId, $type)
Static factory method to create a DAV object for a given refId and type.
ilObjectDAV($refId, $obj=null)
Constructor.