Interface jIMultiFileCompiler

Description

interface for compiler which needs many source files The PHP file generated by the compiler should check itself if it is still valid. The file should have a "return" statement with a boolean : true if it is ok, false if it should be recompiled.

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


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

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

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, 04 Jan 2017 22:55:08 +0100 by phpDocumentor 1.4.3