eZTemplateTextElement Class Reference
[Template elements]

Represents a text element in the template tree. More...

List of all members.


Public Methods

 eZTemplateTextElement ($text)
 name ()
 process (&$tpl,&$text)
text ()

Public Attributes

 Text
 The element text.


Detailed Description

Represents a text element in the template tree.

This class containst the text of a text element.

Definition at line eztemplatetextelement.php.


Constructor & Destructor Documentation

eZTemplateTextElement::eZTemplateTextElement   text
 

Initializes the object with the text.

Definition at line eztemplatetextelement.php.

References text().


Member Function Documentation

eZTemplateTextElement::name  
 

Returns text.

Definition at line eztemplatetextelement.php.

eZTemplateTextElement::process &$    tpl,
&$    text
 

Appends the element text to $text.

Definition at line eztemplatetextelement.php.

References text().

& eZTemplateTextElement::text  
 

Returns a reference to the element text.

Definition at line eztemplatetextelement.php.

References Text.

Referenced by process().


The documentation for this class was generated from the following file:  

Exponential