|
ILIAS
release_8 Revision v8.24
|
Go to the source code of this file.
Functions | |
| updateFileData () | |
| createProperties (bool $a_upload=false) | |
| The basic properties of a file object are stored in table object_data. More... | |
| setNoMetaDataCreation (bool $a_status) | |
| beforeCreateMetaData () | |
| beforeUpdateMetaData () | |
| doCreateMetaData () | |
| create file object meta data More... | |
| beforeMDUpdateListener (string $a_element) | |
| doMDUpdateListener (string $a_element) | |
| doUpdateMetaData () | |
| update meta data More... | |
Variables | |
| trait | ilObjFileMetadata |
| Trait ilObjFileMetadata. More... | |
|
protected |
Definition at line 62 of file trait.ilObjFileMetadata.php.
|
protected |
Definition at line 88 of file trait.ilObjFileMetadata.php.
References ILIAS\Survey\Mode\getId().
Here is the call graph for this function:
|
protected |
Definition at line 67 of file trait.ilObjFileMetadata.php.
| createProperties | ( | bool | $a_upload = false | ) |
The basic properties of a file object are stored in table object_data.
This is not sufficient for a file object. Therefore we create additional properties in table file_data. This method has been put into a separate operation, to allow a WebDAV Null resource (class.ilObjNull.php) to become a file object.
Definition at line 38 of file trait.ilObjFileMetadata.php.
References $DIC, ilNewsItem\_getDefaultVisibilityForRefId(), ilBlockSetting\_write(), ILIAS\Survey\Mode\getId(), and updateFileData().
Referenced by ilObjFile\doCreate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
create file object meta data
Definition at line 75 of file trait.ilObjFileMetadata.php.
References $format, and ILIAS\Survey\Mode\getId().
Here is the call graph for this function:
|
protected |
Definition at line 103 of file trait.ilObjFileMetadata.php.
References $id, and ILIAS\Survey\Mode\getId().
Here is the call graph for this function:
|
protected |
update meta data
Definition at line 128 of file trait.ilObjFileMetadata.php.
References $format, and ILIAS\Survey\Mode\getId().
Here is the call graph for this function:| setNoMetaDataCreation | ( | bool | $a_status | ) |
Definition at line 57 of file trait.ilObjFileMetadata.php.
|
protected |
Definition at line 12 of file trait.ilObjFileMetadata.php.
References $DIC, and ILIAS\Survey\Mode\getId().
Referenced by createProperties().
Here is the call graph for this function:
Here is the caller graph for this function:| trait ilObjFileMetadata |
Trait ilObjFileMetadata.
Definition at line 8 of file trait.ilObjFileMetadata.php.