| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
This class handles all operations on files for the exercise object. More...
 Inheritance diagram for ilFileDataImport:
 Inheritance diagram for ilFileDataImport: Collaboration diagram for ilFileDataImport:
 Collaboration diagram for ilFileDataImport:| Public Member Functions | |
| ilFileDataImport () | |
| Constructor call base constructors checks if directory is writable and sets the optional obj_id. | |
| getPath () | |
| get exercise path  public | |
| __checkPath () | |
| __checkReadWrite () | |
| check if directory is writable overwritten method from base class  private | |
|  Public Member Functions inherited from ilFileData | |
| ilFileData () | |
| Constructor class bas constructor and read path of directory from ilias.ini setup an mail object  public. | |
| checkPath ($a_path) | |
| check if path exists and is writable | |
|  Public Member Functions inherited from ilFile | |
| ilFile () | |
| Constructor get ilias object  public. | |
| deleteTrailingSlash ($a_path) | |
| delete trailing slash of path variables | |
| Static Public Member Functions | |
| _initDirectory () | |
| init directory overwritten method  public | |
| Data Fields | |
| $import_path | |
This class handles all operations on files for the exercise object.
Id$
Definition at line 14 of file class.ilFileDataImport.php.
| ilFileDataImport::__checkPath | ( | ) | 
Definition at line 52 of file class.ilFileDataImport.php.
References __checkReadWrite(), and getPath().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilFileDataImport::__checkReadWrite | ( | ) | 
check if directory is writable overwritten method from base class private
Reimplemented in ilFileDataImportGroup, and ilFileDataImportMail.
Definition at line 68 of file class.ilFileDataImport.php.
Referenced by __checkPath().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
init directory overwritten method public
Reimplemented in ilFileDataImportGroup, and ilFileDataImportMail.
Definition at line 86 of file class.ilFileDataImport.php.
References ilUtil\makeDir().
Referenced by ilFileDataImport().
 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:| ilFileDataImport::getPath | ( | ) | 
get exercise path public
Reimplemented from ilFileData.
Reimplemented in ilFileDataImportGroup, and ilFileDataImportMail.
Definition at line 46 of file class.ilFileDataImport.php.
References $import_path.
Referenced by __checkPath(), and ilFileDataImport().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 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(), getPath(), and ilFileData\ilFileData().
Referenced by ilFileDataImportGroup\ilFileDataImportGroup(), and ilFileDataImportMail\ilFileDataImportMail().
 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:| ilFileDataImport::$import_path | 
Definition at line 21 of file class.ilFileDataImport.php.
Referenced by getPath().