| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
class ilEvent More...
 Inheritance diagram for ilSessionFile:
 Inheritance diagram for ilSessionFile: Collaboration diagram for ilSessionFile:
 Collaboration diagram for ilSessionFile:| Public Member Functions | |
| ilSessionFile ($a_file_id=null) | |
| 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. | |
| create ($a_upload=true) | |
| delete () | |
| _deleteByEvent ($a_event_id) | |
| _readFilesByEvent ($a_event_id) | |
| __read () | |
| Data Fields | |
| $ilErr | |
| $ilDB | |
| $tree | |
| $lng | |
| $event_id = null | |
| $file_id = null | |
| Private Attributes | |
| $fss_storage = null | |
| ilSessionFile::__read | ( | ) | 
Definition at line 254 of file class.ilSessionFile.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, getSessionId(), setFileName(), setFileSize(), setFileType(), and setSessionId().
Referenced by ilSessionFile().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSessionFile::_deleteByEvent | ( | $a_event_id | ) | 
Definition at line 226 of file class.ilSessionFile.php.
| ilSessionFile::_readFilesByEvent | ( | $a_event_id | ) | 
Definition at line 239 of file class.ilSessionFile.php.
References $files, $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, and ilSessionFile().
Referenced by ilObjSession\initFiles().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSessionFile::cloneFiles | ( | $a_target_event_id | ) | 
Clone files.
public
| int | new event_id | 
Definition at line 161 of file class.ilSessionFile.php.
References $file, getAbsolutePath(), getFileName(), getFileSize(), getFileType(), getSessionId(), and ilSessionFile().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSessionFile::create | ( | $a_upload = true | ) | 
Definition at line 175 of file class.ilSessionFile.php.
References $ilDB, $query, $res, getErrorCode(), getFileId(), getFileName(), getFileSize(), getFileType(), getSessionId(), getTemporaryName(), ilUtil\moveUploadedFile(), and setFileId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSessionFile::delete | ( | ) | 
Definition at line 212 of file class.ilSessionFile.php.
References $ilDB, $query, $res, getAbsolutePath(), and getFileId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSessionFile::getAbsolutePath | ( | ) | 
Definition at line 119 of file class.ilSessionFile.php.
References getFileId().
Referenced by cloneFiles(), and delete().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSessionFile::getErrorCode | ( | ) | 
Definition at line 114 of file class.ilSessionFile.php.
Referenced by create(), and validate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSessionFile::getFileId | ( | ) | 
Definition at line 64 of file class.ilSessionFile.php.
References $file_id.
Referenced by create(), delete(), and getAbsolutePath().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSessionFile::getFileName | ( | ) | 
Definition at line 82 of file class.ilSessionFile.php.
References $file_name.
Referenced by cloneFiles(), and create().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSessionFile::getFileSize | ( | ) | 
Definition at line 98 of file class.ilSessionFile.php.
Referenced by cloneFiles(), and create().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSessionFile::getFileType | ( | ) | 
Definition at line 90 of file class.ilSessionFile.php.
Referenced by cloneFiles(), and create().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSessionFile::getSessionId | ( | ) | 
Definition at line 69 of file class.ilSessionFile.php.
References $event_id.
Referenced by __read(), cloneFiles(), and create().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSessionFile::getTemporaryName | ( | ) | 
Definition at line 106 of file class.ilSessionFile.php.
Referenced by create().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSessionFile::ilSessionFile | ( | $a_file_id = null | ) | 
Definition at line 48 of file class.ilSessionFile.php.
References $ilDB, $ilErr, $lng, and __read().
Referenced by _readFilesByEvent(), and cloneFiles().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSessionFile::setErrorCode | ( | $a_code | ) | 
Definition at line 110 of file class.ilSessionFile.php.
| ilSessionFile::setFileId | ( | $a_id | ) | 
Definition at line 60 of file class.ilSessionFile.php.
Referenced by create().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSessionFile::setFileName | ( | $a_name | ) | 
Definition at line 78 of file class.ilSessionFile.php.
Referenced by __read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSessionFile::setFileSize | ( | $a_size | ) | 
Definition at line 94 of file class.ilSessionFile.php.
Referenced by __read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSessionFile::setFileType | ( | $a_type | ) | 
Definition at line 86 of file class.ilSessionFile.php.
Referenced by __read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSessionFile::setSessionId | ( | $a_event_id | ) | 
Definition at line 73 of file class.ilSessionFile.php.
Referenced by __read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSessionFile::setTemporaryName | ( | $a_name | ) | 
Definition at line 102 of file class.ilSessionFile.php.
| ilSessionFile::validate | ( | ) | 
Definition at line 124 of file class.ilSessionFile.php.
References getErrorCode().
 Here is the call graph for this function:
 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 __read(), _deleteByEvent(), _readFilesByEvent(), create(), delete(), and ilSessionFile().
| ilSessionFile::$ilErr | 
Definition at line 38 of file class.ilSessionFile.php.
Referenced by ilSessionFile().
| ilSessionFile::$lng | 
Definition at line 41 of file class.ilSessionFile.php.
Referenced by ilSessionFile().
| ilSessionFile::$tree | 
Definition at line 40 of file class.ilSessionFile.php.