/**
  * extended init
  *
  * @param string name of the file (can be a path, if you need this (no check))
  * @param string path to the file
  * @param string relative typo3 path to an language file (i.e. EXT:lfeditor/mod1/locallang.xml)
  * @return void
  */
 public function init($file, $path, $typo3RelFile)
 {
     $this->setVar(array('fileType' => 'php'));
     parent::init($file, $path, $typo3RelFile);
 }