25 require_once
"class.ilObjectDAV.php";
26 require_once
"Modules/Category/classes/class.ilObjCategory.php";
48 parent::__construct($refid);
58 return $this->
data[
'obj_id'];
68 return $this->
data[
'title'];
78 return $this->
data[
'title'];
87 return strtotime($this->
data[
'create_date']);
97 return strtotime($this->
data[
'last_update']);
123 return 'httpd/unix-directory';
140 $tree = $DIC[
'tree'];
getModificationTimestamp()
Returns the modification timestamp of this object.
getDisplayName()
Returns the file name of this object.
getCreationTimestamp()
Returns the creation timestamp of this object.
getContentLength()
Returns the number of bytes of the content.
getContentType()
Returns the mime type of the content of this object.
getObjectId()
Returns the object id of this object.
__construct($refid)
Constructor.
getResourceType()
Returns the DAV resource type of this object.
read()
Reads the object data.
getResourceName()
Returns the file name of this object.
getILIASCollectionType()
Returns 'cat' as the ilias object type for collections that can be created as children of this object...
getRefId()
Returns the ref id of this object.