Public Member Functions |
| | __construct ($a_file_id=0) |
| | Constructor.
|
Private Member Functions |
| | read () |
| | Read info about all existing files.
|
Detailed Description
Constructor & Destructor Documentation
| ilMemberExportFile::__construct |
( |
|
$a_file_id = 0 | ) |
|
Member Function Documentation
| ilMemberExportFile::read |
( |
| ) |
|
|
private |
Read info about all existing files.
private
Definition at line 59 of file class.ilMemberExportFiles.php.
References $res.
Referenced by __construct().
{
$query = "SELECT * FROM member_export_files ".
"WHERE obj_id = ".$this->db->quote($this->obj_id)." ";
$res = $this->db->query($query);
}
Field Documentation
| ilMemberExportFile::$create_date |
|
private |
| ilMemberExportFile::$file_id |
|
private |
| ilMemberExportFile::$files_size |
|
private |
| ilMemberExportFile::$mime_type |
|
private |
The documentation for this class was generated from the following file: