25 require_once
"class.ilObjectDAV.php";
26 require_once
"Modules/Category/classes/class.ilObjCategory.php";
50 parent::__construct(-1);
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)
169 $tree = $DIC[
'tree'];
171 $childrenDAV =
array();
172 $data =& $tree->getNodeData($tree->getRootId());
174 if (! is_null($childDAV))
178 $childrenDAV[] = $childDAV;
getObjectId()
Returns the object id of this object.
static createObject($refId, $type)
Static factory method to create a DAV object for a given refId and type.
__construct()
Constructor.
getContentType()
Returns the mime type of the content of this object.
getCreationTimestamp()
Returns the creation timestamp of this object.
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.
Create styles array
The data for the language used.
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.