|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
This class handles all operations on files for the exercise object. More...
Inheritance diagram for ilFileDataImport:
Collaboration diagram for ilFileDataImport:Public Member Functions | |
| __construct () | |
| Constructor call base constructors. More... | |
| getPath () | |
| get exercise path @access public More... | |
| __checkPath () | |
| __checkReadWrite () | |
| check if directory is writable overwritten method from base class @access private More... | |
Public Member Functions inherited from ilFileData | |
| __construct () | |
| Constructor class bas constructor and read path of directory from ilias.ini setup an mail object @access public. More... | |
| checkPath ($a_path) | |
| check if path exists and is writable More... | |
| getPath () | |
| get Path @access public More... | |
Public Member Functions inherited from ilFile | |
| __construct () | |
| Constructor get ilias object @access public. More... | |
| deleteTrailingSlash ($a_path) | |
| delete trailing slash of path variables More... | |
Static Public Member Functions | |
| _initDirectory () | |
| init directory overwritten method @access public More... | |
Data Fields | |
| $import_path | |
Data Fields inherited from ilFile | |
| $path | |
| $ilias | |
This class handles all operations on files for the exercise object.
Definition at line 14 of file class.ilFileDataImport.php.
| ilFileDataImport::__construct | ( | ) |
Constructor call base constructors.
Reimplemented from ilFileData.
Reimplemented in ilFileDataImportMail.
Definition at line 27 of file class.ilFileDataImport.php.
References ILIAS\GlobalScreen\Provider\__construct(), and _initDirectory().
Here is the call graph for this function:| ilFileDataImport::__checkPath | ( | ) |
Definition at line 49 of file class.ilFileDataImport.php.
References __checkReadWrite(), and getPath().
Here is the call graph for this function:| ilFileDataImport::__checkReadWrite | ( | ) |
check if directory is writable overwritten method from base class @access private
Reimplemented in ilFileDataImportMail.
Definition at line 64 of file class.ilFileDataImport.php.
Referenced by __checkPath().
Here is the caller graph for this function:
|
static |
init directory overwritten method @access public
Reimplemented in ilFileDataImportMail.
Definition at line 79 of file class.ilFileDataImport.php.
References ilUtil\makeDir().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFileDataImport::getPath | ( | ) |
get exercise path @access public
Reimplemented from ilFileData.
Reimplemented in ilFileDataImportMail.
Definition at line 43 of file class.ilFileDataImport.php.
References $import_path.
Referenced by __checkPath().
Here is the caller graph for this function:| ilFileDataImport::$import_path |
Definition at line 21 of file class.ilFileDataImport.php.
Referenced by getPath().