ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
This class handles all operations on files for the exercise object. More...
Public Member Functions | |
__construct () | |
Constructor call base constructors. More... | |
getPath () | |
get exercise path public More... | |
__checkPath () | |
__checkReadWrite () | |
check if directory is writable overwritten method from base class 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 public. More... | |
checkPath ($a_path) | |
check if path exists and is writable More... | |
getPath () | |
get Path public More... | |
Public Member Functions inherited from ilFile | |
__construct () | |
Constructor get ilias object public. More... | |
deleteTrailingSlash ($a_path) | |
delete trailing slash of path variables More... | |
Static Public Member Functions | |
_initDirectory () | |
init directory overwritten method 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.
Definition at line 27 of file class.ilFileDataImport.php.
References _initDirectory().
ilFileDataImport::__checkPath | ( | ) |
Definition at line 49 of file class.ilFileDataImport.php.
References __checkReadWrite(), and getPath().
ilFileDataImport::__checkReadWrite | ( | ) |
check if directory is writable overwritten method from base class private
Definition at line 64 of file class.ilFileDataImport.php.
Referenced by __checkPath().
|
static |
init directory overwritten method public
Definition at line 79 of file class.ilFileDataImport.php.
References ilUtil\makeDir().
Referenced by __construct().
ilFileDataImport::getPath | ( | ) |
get exercise path public
Definition at line 43 of file class.ilFileDataImport.php.
References $import_path.
Referenced by __checkPath().
ilFileDataImport::$import_path |
Definition at line 21 of file class.ilFileDataImport.php.
Referenced by getPath().