Interface jIMultiFileCompiler

Description

interface for compiler which needs many source files

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


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

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 47)

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, 07 Sep 2011 13:47:30 +0200 by phpDocumentor 1.4.3