|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
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... | |
| updateCopyright () | |
| update copyright meta data More... | |
| getPathToSize () | |
| getPathToFirstFormat () | |
| getPathToVersion () | |
Variables | |
| trait | ilObjFileMetadata |
| Trait ilObjFileMetadata. More... | |
|
protected |
Definition at line 81 of file trait.ilObjFileMetadata.php.
|
protected |
Definition at line 109 of file trait.ilObjFileMetadata.php.
References $DIC, and ILIAS\Survey\Mode\getId().
Here is the call graph for this function:
|
protected |
Definition at line 86 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 57 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 94 of file trait.ilObjFileMetadata.php.
References $DIC, ILIAS\Survey\Mode\getId(), getPathToFirstFormat(), getPathToSize(), and getPathToVersion().
Here is the call graph for this function:
|
protected |
Definition at line 137 of file trait.ilObjFileMetadata.php.
References $DIC, ILIAS\Survey\Mode\getId(), and getPathToFirstFormat().
Here is the call graph for this function:
|
protected |
update meta data
Definition at line 159 of file trait.ilObjFileMetadata.php.
References $DIC, ILIAS\Survey\Mode\getId(), getPathToFirstFormat(), getPathToSize(), and getPathToVersion().
Here is the call graph for this function:
|
protected |
Definition at line 205 of file trait.ilObjFileMetadata.php.
References $DIC.
Referenced by doCreateMetaData(), doMDUpdateListener(), and doUpdateMetaData().
Here is the caller graph for this function:
|
protected |
Definition at line 193 of file trait.ilObjFileMetadata.php.
References $DIC.
Referenced by doCreateMetaData(), and doUpdateMetaData().
Here is the caller graph for this function:
|
protected |
Definition at line 218 of file trait.ilObjFileMetadata.php.
References $DIC.
Referenced by doCreateMetaData(), and doUpdateMetaData().
Here is the caller graph for this function:| setNoMetaDataCreation | ( | bool | $a_status | ) |
Definition at line 76 of file trait.ilObjFileMetadata.php.
|
protected |
update copyright meta data
Definition at line 176 of file trait.ilObjFileMetadata.php.
References $DIC.
Referenced by ilObjFile\beforeUpdate(), and ilObjFile\doCreate().
Here is the caller graph for this function:
|
protected |
Definition at line 31 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 28 of file trait.ilObjFileMetadata.php.