ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilObjFileAccessSettings Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilObjFileAccessSettings:
+ Collaboration diagram for ilObjFileAccessSettings:

Public Member Functions

 __construct (int $a_id=0, bool $a_call_by_reference=true)
 Constructor. More...
 
 setInlineFileExtensions (string $value)
 Sets the inlineFileExtensions property. More...
 
 getInlineFileExtensions ()
 Gets the inlineFileExtensions property. More...
 
 setDownloadWithUploadedFilename (bool $value)
 Sets the downloadWithUploadedFilename property. More...
 
 isDownloadWithUploadedFilename ()
 Gets the downloadWithUploadedFilename property. More...
 
 create ()
 create More...
 
 update ()
 update object in db More...
 
 read ()
 read object data from db into object More...
 
- Public Member Functions inherited from ilObject
 __construct (int $id=0, bool $reference=true)
 
 withReferences ()
 determines whether objects are referenced or not (got ref ids or not) More...
 
 processAutoRating ()
 
 read ()
 
 getId ()
 
 setId (int $id)
 
 setRefId (int $ref_id)
 
 getRefId ()
 
 getType ()
 
 setType (string $type)
 
 getPresentationTitle ()
 get presentation title Normally same as title Overwritten for sessions More...
 
 getTitle ()
 
 getUntranslatedTitle ()
 Get untranslated object title WebDAV needs to access the untranslated title of an object. More...
 
 setTitle (string $title)
 
 getDescription ()
 
 setDescription (string $desc)
 
 getLongDescription ()
 get object long description (stored in object_description) More...
 
 getImportId ()
 
 setImportId (string $import_id)
 
 setOfflineStatus (bool $status)
 
 getOfflineStatus ()
 
 supportsOfflineHandling ()
 
 getOwner ()
 
 getOwnerName ()
 get full name of object owner More...
 
 setOwner (int $usr_id)
 
 getCreateDate ()
 Get create date in YYYY-MM-DD HH-MM-SS format. More...
 
 getLastUpdateDate ()
 Get last update date in YYYY-MM-DD HH-MM-SS format. More...
 
 create ()
 note: title, description and type should be set when this function is called More...
 
 update ()
 
 MDUpdateListener (string $element)
 Metadata update listener. More...
 
 createMetaData ()
 
 updateMetaData ()
 
 deleteMetaData ()
 
 updateOwner ()
 update owner of object in db More...
 
 putInTree (int $parent_ref_id)
 maybe this method should be in tree object!? More...
 
 setPermissions (int $parent_ref_id)
 
 setParentRolePermissions (int $parent_ref_id)
 Initialize the permissions of parent roles (local roles of categories, global roles...) This method is overwritten in e.g. More...
 
 createReference ()
 creates reference for object More...
 
 countReferences ()
 
 delete ()
 delete object or referenced object (in the case of a referenced object, object data is only deleted if last reference is deleted) This function removes an object entirely from system!! More...
 
 initDefaultRoles ()
 init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type. More...
 
 applyDidacticTemplate (int $tpl_id)
 
 getXMLZip ()
 
 getHTMLDirectory ()
 
 appendCopyInfo (int $target_id, int $copy_id)
 Prepend Copy info if object with same name exists in that container. More...
 
 cloneDependencies (int $target_id, int $copy_id)
 Clone object dependencies. More...
 
 cloneMetaData (ilObject $target_obj)
 Copy meta data. More...
 
 selfOrParentWithRatingEnabled ()
 
 getPossibleSubObjects (bool $filter=true)
 get all possible sub objects of this type the object can decide which types of sub objects are possible jut in time overwrite if the decision distinguish from standard model More...
 

Private Member Functions

 write ()
 write object data into db More...
 

Private Attributes

string $inline_file_extensions = ''
 String property. More...
 
bool $download_with_uploaded_filename = false
 Boolean property. More...
 
ilIniFile $ini_file
 
ilSetting $settings
 

Additional Inherited Members

- Static Public Member Functions inherited from ilObject
static _lookupObjIdByImportId (string $import_id)
 Get (latest) object id for an import id. More...
 
static _lookupImportId (int $obj_id)
 
static _lookupOwnerName (int $owner_id)
 Lookup owner name for owner id. More...
 
static _getIdForImportId (string $import_id)
 
static _getAllReferences (int $id)
 get all reference ids for object ID More...
 
static _lookupTitle (int $obj_id)
 
static lookupOfflineStatus (int $obj_id)
 Lookup offline status using objectDataCache. More...
 
static _lookupOwner (int $obj_id)
 Lookup owner user ID for object ID. More...
 
static _getIdsForTitle (string $title, string $type='', bool $partial_match=false)
 
static _lookupDescription (int $obj_id)
 
static _lookupLastUpdate (int $obj_id, bool $formatted=false)
 
static _getLastUpdateOfObjects (array $obj_ids)
 
static _lookupObjId (int $ref_id)
 
static _setDeletedDate (int $ref_id, int $deleted_by)
 
static setDeletedDates (array $ref_ids, int $user_id)
 
static _resetDeletedDate (int $ref_id)
 
static _lookupDeletedDate (int $ref_id)
 
static _writeTitle (int $obj_id, string $title)
 write title to db (static) More...
 
static _writeDescription (int $obj_id, string $desc)
 write description to db (static) More...
 
static _writeImportId (int $obj_id, string $import_id)
 write import id to db (static) More...
 
static _lookupType (int $id, bool $reference=false)
 
static _isInTrash (int $ref_id)
 
static _hasUntrashedReference (int $obj_id)
 checks whether an object has at least one reference that is not in trash More...
 
static _lookupObjectId (int $ref_id)
 
static _getObjectsDataForType (string $type, bool $omit_trash=false)
 get all objects of a certain type More...
 
static _exists (int $id, bool $reference=false, ?string $type=null)
 checks if an object exists in object_data More...
 
static _getObjectsByType (string $obj_type="", int $owner=null)
 
static _prepareCloneSelection (array $ref_ids, string $new_type, bool $show_path=true)
 Prepare copy wizard object selection. More...
 
static _getIcon (int $obj_id=0, string $size="big", string $type="", bool $offline=false)
 Get icon for repository item. More...
 
static collectDeletionDependencies (array &$deps, int $ref_id, int $obj_id, string $type, int $depth=0)
 Collect deletion dependencies. More...
 
static getDeletionDependencies (int $obj_id)
 Get deletion dependencies. More...
 
static getLongDescriptions (array $obj_ids)
 
static getAllOwnedRepositoryObjects (int $user_id)
 
static fixMissingTitles ($type, array &$obj_title_map)
 Try to fix missing object titles. More...
 
static _lookupCreationDate (int $obj_id)
 
static _getObjectTypeIdByTitle (string $type, \ilDBInterface $ilDB=null)
 
- Data Fields inherited from ilObject
const TITLE_LENGTH = 255
 
const DESC_LENGTH = 128
 
const LONG_DESC_LENGTH = 4000
 
const TABLE_OBJECT_DATA = "object_data"
 
array $objectList
 
string $untranslatedTitle
 
- Protected Member Functions inherited from ilObject
 doMDUpdateListener (string $a_element)
 
 beforeMDUpdateListener (string $a_element)
 
 doCreateMetaData ()
 
 beforeCreateMetaData ()
 
 doUpdateMetaData ()
 
 beforeUpdateMetaData ()
 
 doDeleteMetaData ()
 
 beforeDeleteMetaData ()
 
 handleAutoRating ()
 
 hasAutoRating ()
 
- Protected Attributes inherited from ilObject
ilLogger $obj_log
 
ILIAS $ilias
 
ilObjectDefinition $obj_definition
 
ilDBInterface $db
 
ilLogger $log
 
ilErrorHandling $error
 
ilTree $tree
 
ilAppEventHandler $app_event_handler
 
ilRbacAdmin $rbac_admin
 
ilRbacReview $rbac_review
 
ilObjUser $user
 
ilLanguage $lng
 
int $id
 
bool $referenced
 
bool $call_by_reference
 
int $max_title = self::TITLE_LENGTH
 
int $max_desc = self::DESC_LENGTH
 
bool $add_dots = true
 
int $ref_id = null
 
string $type = ""
 
string $title = ""
 
bool $offline = false
 
string $desc = ""
 
string $long_desc = ""
 
int $owner = 0
 
string $create_date = ""
 
string $last_update = ""
 
string $import_id = ""
 
bool $register = false
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

Definition at line 18 of file class.ilObjFileAccessSettings.php.

Constructor & Destructor Documentation

◆ __construct()

ilObjFileAccessSettings::__construct ( int  $a_id = 0,
bool  $a_call_by_reference = true 
)

Constructor.

Definition at line 41 of file class.ilObjFileAccessSettings.php.

References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\settings().

42  {
43  global $DIC;
44 
45  $this->type = "facs";
46  parent::__construct($a_id, $a_call_by_reference);
47  $this->ini_file = $DIC['ilClientIniFile'];
48  $this->settings = new ilSetting('file_access');
49  }
global $DIC
Definition: feed.php:28
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

Member Function Documentation

◆ create()

ilObjFileAccessSettings::create ( )

create

note: title, description and type should be set when this function is called

Returns
integer object id

Definition at line 96 of file class.ilObjFileAccessSettings.php.

References ilObject\$id, and write().

96  : int
97  {
98  $id = parent::create();
99  $this->write();
100 
101  return $id;
102  }
write()
write object data into db
+ Here is the call graph for this function:

◆ getInlineFileExtensions()

ilObjFileAccessSettings::getInlineFileExtensions ( )

Gets the inlineFileExtensions property.

Definition at line 66 of file class.ilObjFileAccessSettings.php.

References $inline_file_extensions.

66  : string
67  {
69  }
string $inline_file_extensions
String property.

◆ isDownloadWithUploadedFilename()

ilObjFileAccessSettings::isDownloadWithUploadedFilename ( )

Gets the downloadWithUploadedFilename property.

Definition at line 83 of file class.ilObjFileAccessSettings.php.

References $download_with_uploaded_filename.

83  : bool
84  {
86  }
bool $download_with_uploaded_filename
Boolean property.

◆ read()

ilObjFileAccessSettings::read ( )

read object data from db into object

Definition at line 140 of file class.ilObjFileAccessSettings.php.

References ILIAS\Repository\settings().

140  : void
141  {
142  parent::read();
143 
144  $this->download_with_uploaded_filename = $this->ini_file->readVariable(
145  'file_access',
146  'download_with_uploaded_filename'
147  ) === '1';
148 
149  $this->inline_file_extensions = $this->settings->get('inline_file_extensions', '');
150  }
+ Here is the call graph for this function:

◆ setDownloadWithUploadedFilename()

ilObjFileAccessSettings::setDownloadWithUploadedFilename ( bool  $value)

Sets the downloadWithUploadedFilename property.

Definition at line 75 of file class.ilObjFileAccessSettings.php.

75  : void
76  {
77  $this->download_with_uploaded_filename = $value;
78  }

◆ setInlineFileExtensions()

ilObjFileAccessSettings::setInlineFileExtensions ( string  $value)

Sets the inlineFileExtensions property.

Parameters
string$valuea space separated list of filename extensions.

Definition at line 57 of file class.ilObjFileAccessSettings.php.

57  : void
58  {
59  $this->inline_file_extensions = $value;
60  }

◆ update()

ilObjFileAccessSettings::update ( )

update object in db

Definition at line 108 of file class.ilObjFileAccessSettings.php.

References write().

108  : bool
109  {
110  parent::update();
111  $this->write();
112 
113  return true;
114  }
write()
write object data into db
+ Here is the call graph for this function:

◆ write()

ilObjFileAccessSettings::write ( )
private

write object data into db

Definition at line 120 of file class.ilObjFileAccessSettings.php.

References ILIAS\Repository\settings().

Referenced by create(), and update().

120  : void
121  {
122  if (!$this->ini_file->groupExists('file_access')) {
123  $this->ini_file->addGroup('file_access');
124  }
125  $this->ini_file->setVariable(
126  'file_access',
127  'download_with_uploaded_filename',
128  $this->download_with_uploaded_filename ? '1' : '0'
129  );
130  $this->ini_file->write();
131  if ($this->ini_file->getError()) {
132  }
133  $this->settings->set('inline_file_extensions', $this->inline_file_extensions);
134  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Field Documentation

◆ $download_with_uploaded_filename

bool ilObjFileAccessSettings::$download_with_uploaded_filename = false
private

Boolean property.

If this variable is true, the filename of downloaded files is the same as the filename of the uploaded file.

If this variable is false, the filename of downloaded files is the title of the file object.

Definition at line 34 of file class.ilObjFileAccessSettings.php.

Referenced by isDownloadWithUploadedFilename().

◆ $ini_file

ilIniFile ilObjFileAccessSettings::$ini_file
private

Definition at line 35 of file class.ilObjFileAccessSettings.php.

◆ $inline_file_extensions

string ilObjFileAccessSettings::$inline_file_extensions = ''
private

String property.

Contains a list of file extensions separated by space. Files with a matching extension are displayed inline in the browser. Non-matching files are offered for download to the user.

Definition at line 25 of file class.ilObjFileAccessSettings.php.

Referenced by getInlineFileExtensions().

◆ $settings

ilSetting ilObjFileAccessSettings::$settings
private

Definition at line 36 of file class.ilObjFileAccessSettings.php.


The documentation for this class was generated from the following file: