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

Class: Naos_Template_SmartyCompiler_DefaultHandler

Source Location: /Template/SmartyCompiler/DefaultHandler.php

Class Naos_Template_SmartyCompiler_DefaultHandler

Class Overview

Naos_Template_SmartyCompiler_DefaultHandler

Located in /Template/SmartyCompiler/DefaultHandler.php [line 23]

Naos_Template_HtmlCompiler_AbstractHandler
   |
   --Naos_Template_SmartyCompiler_DefaultHandler
Author(s):
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_SmartyCompiler_LayoutHandler Naos_Template_SmartyCompiler_LayoutHandler

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Naos_Template_HtmlCompiler_AbstractHandler

Naos_Template_HtmlCompiler_AbstractHandler::decodeTagAttribute()
Decodes a tag attribute
Naos_Template_HtmlCompiler_AbstractHandler::decodeText()
Decodes text
Naos_Template_HtmlCompiler_AbstractHandler::documentEnd()
Called by Naos_Template_HtmlCompiler when the document ends
Naos_Template_HtmlCompiler_AbstractHandler::documentStart()
Called by Naos_Template_HtmlCompiler when the document starts
Naos_Template_HtmlCompiler_AbstractHandler::encodeTagAttribute()
Encodes a tag attribute
Naos_Template_HtmlCompiler_AbstractHandler::encodeText()
Encodes text
Naos_Template_HtmlCompiler_AbstractHandler::renderTag()
Renders an tag with text
Naos_Template_HtmlCompiler_AbstractHandler::tagEnd()
Called by Naos_Template_HtmlCompiler when a tag ends
Naos_Template_HtmlCompiler_AbstractHandler::tagStart()
Called by Naos_Template_HtmlCompiler when a new tag starts
Naos_Template_HtmlCompiler_AbstractHandler::text()
Called by Naos_Template_HtmlCompiler when text is available

[ Top ]
Method Summary
void   documentEnd()   Called by Naos_Template_SmartyCompiler when the document ends
void   documentStart()   Called by Naos_Template_SmartyCompiler when the document starts
Naos_Template_HtmlCompiler_HandlerOperation   tagEnd()   Called by Naos_Template_SmartyCompiler when a tag ends
Naos_Template_HtmlCompiler_HandlerOperation   tagStart()   Called by Naos_Template_SmartyCompiler when a new tag starts
Naos_Template_HtmlCompiler_HandlerOperation   text()   Called by Naos_Template_SmartyCompiler when tag content is available (might be called multiple times)

[ Top ]
Methods
documentEnd  [line 516]

  void documentEnd( )

Called by Naos_Template_SmartyCompiler when the document ends


API Tags:
Access:  public


Redefinition of:
Naos_Template_HtmlCompiler_AbstractHandler::documentEnd()
Called by Naos_Template_HtmlCompiler when the document ends

[ Top ]
documentStart  [line 81]

  void documentStart( )

Called by Naos_Template_SmartyCompiler when the document starts


API Tags:
Access:  public


Redefinition of:
Naos_Template_HtmlCompiler_AbstractHandler::documentStart()
Called by Naos_Template_HtmlCompiler when the document starts

[ Top ]
tagEnd  [line 477]

Called by Naos_Template_SmartyCompiler when a tag ends

Parameters:
   $name: 
array   $attributes: 
Naos_Template_HtmlCompiler_HandlerOperation   $tag_operation: 

API Tags:
Access:  public


Redefinition of:
Naos_Template_HtmlCompiler_AbstractHandler::tagEnd()
Called by Naos_Template_HtmlCompiler when a tag ends

[ Top ]
tagStart  [line 88]

  Naos_Template_HtmlCompiler_HandlerOperation tagStart( $name, $attributes  )

Called by Naos_Template_SmartyCompiler when a new tag starts

Parameters:
   $name: 
array   $attributes: 

API Tags:
Access:  public


Redefinition of:
Naos_Template_HtmlCompiler_AbstractHandler::tagStart()
Called by Naos_Template_HtmlCompiler when a new tag starts

Redefined in descendants as:

[ Top ]
text  [line 432]

Called by Naos_Template_SmartyCompiler when tag content is available (might be called multiple times)

Parameters:
   $text: 

API Tags:
Access:  public


Redefinition of:
Naos_Template_HtmlCompiler_AbstractHandler::text()
Called by Naos_Template_HtmlCompiler when text is available

[ Top ]

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