Interface jIMultiFileCompiler

Description

interface for compiler which needs many source files

Located in /core/jIncluder.class.php (line 31)


	
			
Method Summary
boolean compileItem (string $sourceFile, string $module)
void endCompile (string $cachefile)
Methods
compileItem (line 39)

parse one of needed file

  • return: true : process ok
  • access: public
boolean compileItem (string $sourceFile, string $module)
  • string $sourceFile: the file selector
  • string $module: the module name of the file
endCompile (line 46)

save the results in a temporary file called at the end of the compilation.

  • access: public
void endCompile (string $cachefile)
  • string $cachefile: the name of cache file

Documentation generated on Wed, 24 Sep 2014 22:00:00 +0200 by phpDocumentor 1.4.3