コード例 #1
0
 /**
  * standard constructor
  * @param string filename
  */
 function ImportText($filename)
 {
     FileManipulation::FileManipulation($filename);
 }
コード例 #2
0
 /**
  * Standard constructor
  * @param string Path to file on harddisk.
  */
 function ImportMSOffice($filename)
 {
     FileManipulation::FileManipulation($filename);
     $this->setFileType();
 }
コード例 #3
0
 /**
  * standard constructor
  * @param string filename
  */
 function ImportHTML($filename)
 {
     FileManipulation::FileManipulation($filename);
 }