Interface jISimpleCompiler

Description

interface for compiler which needs only one source file.

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


	
			
Method Summary
boolean compile (jSelector $aSelector)
Methods
compile (line 26)

parse the given file, and store the result in a cache file

  • return: true : process ok
  • access: public
boolean compile (jSelector $aSelector)
  • jSelector $aSelector: the file selector

Documentation generated on Wed, 04 Jan 2017 22:55:08 +0100 by phpDocumentor 1.4.3