Jelix 1.8.8

jFormsCompiler
in package
implements jISimpleCompiler

Generates form class from an xml file describing the form.

Tags
subpackage

forms

Interfaces, Classes and Traits

jISimpleCompiler
interface for compiler which needs only one source file.

Table of Contents

$sourceFile  : mixed
compile()  : bool
parse the given file, and store the result in a cache file.

Properties

Methods

compile()

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

public compile(mixed $selector) : bool
Parameters
$selector : mixed
Tags
Return values
bool

true : process ok

Search results