apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Class: HTML_Template_Flexy_Compiler

Source Location: /HTML_Template_Flexy-0.8.0/Flexy/Compiler.php

Class Overview


Compiler Globals go here..


Variables

Methods


Child classes:

HTML_Template_Flexy_Compiler_Standard
Compiler Globals go here..
HTML_Template_Flexy_Compiler_SmartyConvertor
The Smarty Converter implementation.

Inherited Variables

Inherited Methods


Class Details

[line 35]
Compiler Globals go here..

public (to it's children)



[ Top ]


Class Variables

$options =

[line 44]

Options
  • Access: public

Type:   array


[ Top ]



Method Detail

appendHtml   [line 90]

string appendHtml( string $string)

Append HTML to compiled ouput These are hooks for passing data to other processes
  • Return: to be output
  • Access: public

Parameters:

string   $string   —  to append to compiled

[ Top ]

appendPhp   [line 105]

string appendPhp( string $string)

Append PHP Code to compiled ouput These are hooks for passing data to other processes
  • Return: to be output
  • Access: public

Parameters:

string   $string   —  PHP code to append to compiled

[ Top ]

compile   [line 76]

object HTML_Template_Flexy compile( object HTML_Template_Flexy &$flexy, [ $string = false])

The compile method.
  • Access: public

Overridden in child classes as:

HTML_Template_Flexy_Compiler_Standard::compile()
The compile method.
HTML_Template_Flexy_Compiler_SmartyConvertor::compile()
compile implementation

Parameters:

object HTML_Template_Flexy   &$flexy   —  that is requesting the compile
   $string   — 

[ Top ]

factory   [line 54]

object The factory( array $options)

Factory constructor
  • Return: Compiler Object
  • Access: public

Parameters:

array   $options   —  options only ['compiler'] is used directly

[ Top ]


Documentation generated on Mon, 11 Mar 2019 10:15:14 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.