|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
class ilEvent More...
Inheritance diagram for ilSessionFile:
Collaboration diagram for ilSessionFile:Public Member Functions | |
| __construct ($a_file_id=null) | |
| Constructor. More... | |
| setFileId ($a_id) | |
| getFileId () | |
| getSessionId () | |
| setSessionId ($a_event_id) | |
| setFileName ($a_name) | |
| getFileName () | |
| setFileType ($a_type) | |
| getFileType () | |
| setFileSize ($a_size) | |
| getFileSize () | |
| setTemporaryName ($a_name) | |
| getTemporaryName () | |
| setErrorCode ($a_code) | |
| getErrorCode () | |
| getAbsolutePath () | |
| validate () | |
| cloneFiles ($a_target_event_id) | |
| Clone files. More... | |
| create ($a_upload=true) | |
| delete () | |
| _deleteByEvent ($a_event_id) | |
| __read () | |
Static Public Member Functions | |
| static | _readFilesByEvent ($a_event_id) |
Data Fields | |
| $ilErr | |
| $ilDB | |
| $tree | |
| $lng | |
| $event_id = null | |
| $file_id = null | |
Private Attributes | |
| $fss_storage = null | |
| ilSessionFile::__construct | ( | $a_file_id = null | ) |
Constructor.
| int | $a_file_id |
Definition at line 52 of file class.ilSessionFile.php.
References $DIC, $ilDB, $ilErr, $lng, and __read().
Here is the call graph for this function:| ilSessionFile::__read | ( | ) |
Definition at line 267 of file class.ilSessionFile.php.
References $DIC, $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, getSessionId(), setFileName(), setFileSize(), setFileType(), and setSessionId().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSessionFile::_deleteByEvent | ( | $a_event_id | ) |
Definition at line 236 of file class.ilSessionFile.php.
|
static |
Definition at line 251 of file class.ilSessionFile.php.
References $DIC, $files, $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilObjSession\initFiles().
Here is the caller graph for this function:| ilSessionFile::cloneFiles | ( | $a_target_event_id | ) |
Clone files.
@access public
| int | new event_id |
Definition at line 168 of file class.ilSessionFile.php.
References $source, getAbsolutePath(), getFileName(), getFileSize(), getFileType(), and getSessionId().
Here is the call graph for this function:| ilSessionFile::create | ( | $a_upload = true | ) |
Definition at line 182 of file class.ilSessionFile.php.
References $DIC, $ilDB, $query, $res, getErrorCode(), getFileName(), getFileSize(), getFileType(), getSessionId(), getTemporaryName(), and setFileId().
Here is the call graph for this function:| ilSessionFile::delete | ( | ) |
Definition at line 220 of file class.ilSessionFile.php.
References $DIC, $ilDB, $query, $res, getAbsolutePath(), and getFileId().
Here is the call graph for this function:| ilSessionFile::getAbsolutePath | ( | ) |
Definition at line 127 of file class.ilSessionFile.php.
References getFileId().
Referenced by cloneFiles(), and delete().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSessionFile::getErrorCode | ( | ) |
Definition at line 122 of file class.ilSessionFile.php.
Referenced by create(), and validate().
Here is the caller graph for this function:| ilSessionFile::getFileId | ( | ) |
Definition at line 72 of file class.ilSessionFile.php.
References $file_id.
Referenced by delete(), and getAbsolutePath().
Here is the caller graph for this function:| ilSessionFile::getFileName | ( | ) |
Definition at line 90 of file class.ilSessionFile.php.
Referenced by cloneFiles(), and create().
Here is the caller graph for this function:| ilSessionFile::getFileSize | ( | ) |
Definition at line 106 of file class.ilSessionFile.php.
Referenced by cloneFiles(), and create().
Here is the caller graph for this function:| ilSessionFile::getFileType | ( | ) |
Definition at line 98 of file class.ilSessionFile.php.
Referenced by cloneFiles(), and create().
Here is the caller graph for this function:| ilSessionFile::getSessionId | ( | ) |
Definition at line 77 of file class.ilSessionFile.php.
References $event_id.
Referenced by __read(), cloneFiles(), and create().
Here is the caller graph for this function:| ilSessionFile::getTemporaryName | ( | ) |
Definition at line 114 of file class.ilSessionFile.php.
Referenced by create().
Here is the caller graph for this function:| ilSessionFile::setErrorCode | ( | $a_code | ) |
Definition at line 118 of file class.ilSessionFile.php.
| ilSessionFile::setFileId | ( | $a_id | ) |
Definition at line 68 of file class.ilSessionFile.php.
Referenced by create().
Here is the caller graph for this function:| ilSessionFile::setFileName | ( | $a_name | ) |
Definition at line 86 of file class.ilSessionFile.php.
Referenced by __read().
Here is the caller graph for this function:| ilSessionFile::setFileSize | ( | $a_size | ) |
Definition at line 102 of file class.ilSessionFile.php.
Referenced by __read().
Here is the caller graph for this function:| ilSessionFile::setFileType | ( | $a_type | ) |
Definition at line 94 of file class.ilSessionFile.php.
References $a_type.
Referenced by __read().
Here is the caller graph for this function:| ilSessionFile::setSessionId | ( | $a_event_id | ) |
Definition at line 81 of file class.ilSessionFile.php.
Referenced by __read().
Here is the caller graph for this function:| ilSessionFile::setTemporaryName | ( | $a_name | ) |
Definition at line 110 of file class.ilSessionFile.php.
| ilSessionFile::validate | ( | ) |
Definition at line 132 of file class.ilSessionFile.php.
References getErrorCode().
Here is the call graph for this function:| ilSessionFile::$event_id = null |
Definition at line 43 of file class.ilSessionFile.php.
Referenced by getSessionId().
| ilSessionFile::$file_id = null |
Definition at line 44 of file class.ilSessionFile.php.
Referenced by getFileId().
|
private |
Definition at line 46 of file class.ilSessionFile.php.
| ilSessionFile::$ilDB |
Definition at line 39 of file class.ilSessionFile.php.
Referenced by __construct(), __read(), _deleteByEvent(), _readFilesByEvent(), create(), and delete().
| ilSessionFile::$ilErr |
Definition at line 38 of file class.ilSessionFile.php.
Referenced by __construct().
| ilSessionFile::$lng |
Definition at line 41 of file class.ilSessionFile.php.
Referenced by __construct().
| ilSessionFile::$tree |
Definition at line 40 of file class.ilSessionFile.php.