phpDocumentor Naos_Template
[ class tree: Naos_Template ] [ index: Naos_Template ] [ all elements ]

Class: Naos_Template_AbstractHtmlCompiler

Source Location: /Template/AbstractHtmlCompiler.php

Class Naos_Template_AbstractHtmlCompiler

Class Overview

Naos_Template_AbstractHtmlCompiler compiles a template, which means nothing else than reading a html file and producing a html file.

This allowes more flexibility than using smarty itself.

Located in /Template/AbstractHtmlCompiler.php [line 26]



		
				Author(s):
		
API Tags:
Abstract:  

Information Tags:
Copyright:  Copyright (c) 2008 Jupiter GmbH
License:  http://www.naos-framework.com/website.naos.framework/en/license

Methods

[ Top ]
Descendants
Child Class Description
Naos_Template_HtmlCompiler Naos_Template_HtmlCompiler compiles a template, which means nothing else than reading a html file and producing a html file.
Naos_Template_SmartyCompiler Naos_Template_SmartyCompiler compiles a template, which means nothing else than reading a smarty html file and producing a smarty html file.

[ Top ]
Method Summary
void   compile()   Compiles a template file
array   lexer()   Converts the template in a sequence of tokens

[ Top ]
Methods
compile  [line 382]

  void compile( string $tpl_path_in, string $tpl_path_out, Naos_Template_HtmlCompiler_AbstractHandler $handler  )

Compiles a template file

Parameters:
string   $tpl_path_in: 
string   $tpl_path_out: 
Naos_Template_HtmlCompiler_HandlerInterface   $handler: 

API Tags:
Access:  public


[ Top ]
lexer  [line 34]

  array lexer( string $template  )

Converts the template in a sequence of tokens

Parameters:
string   $template: 

API Tags:
Abstract:  
Access:  protected


Redefined in descendants as:

[ Top ]

Documentation generated on Sat, 13 Sep 2008 01:40:34 -0400 by phpDocumentor 1.4.0