ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
This class handles all operations on files for the exercise object. More...
Public Member Functions | |
ilFileDataImport () | |
Constructor call base constructors checks if directory is writable and sets the optional obj_id. More... | |
getPath () | |
get exercise path public More... | |
__checkPath () | |
__checkReadWrite () | |
check if directory is writable overwritten method from base class private More... | |
![]() | |
ilFileData () | |
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... | |
![]() | |
ilFile () | |
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 | |
![]() | |
$path | |
$ilias | |
This class handles all operations on files for the exercise object.
Definition at line 14 of file class.ilFileDataImport.php.
ilFileDataImport::__checkPath | ( | ) |
Definition at line 52 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 68 of file class.ilFileDataImport.php.
Referenced by __checkPath().
|
static |
init directory overwritten method public
Definition at line 86 of file class.ilFileDataImport.php.
References ilUtil\makeDir().
Referenced by ilFileDataImport().
ilFileDataImport::getPath | ( | ) |
get exercise path public
Definition at line 46 of file class.ilFileDataImport.php.
References $import_path.
Referenced by __checkPath().
ilFileDataImport::ilFileDataImport | ( | ) |
Constructor call base constructors checks if directory is writable and sets the optional obj_id.
integereger | obj_id public |
Definition at line 30 of file class.ilFileDataImport.php.
References _initDirectory().
ilFileDataImport::$import_path |
Definition at line 21 of file class.ilFileDataImport.php.
Referenced by getPath().