eZ Publish  [trunk]
eZTemplateTextElement Class Reference

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

List of all members.

Public Member Functions

 eZTemplateTextElement ($text)
 name ()
 process ($tpl, &$text)
 serializeData ()
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 19 of file eztemplatetextelement.php.


Member Function Documentation

Initializes the object with the text.

Definition at line 24 of file eztemplatetextelement.php.

Returns text.

Definition at line 32 of file eztemplatetextelement.php.

eZTemplateTextElement::process ( tpl,
&$  text 
)

Appends the element text to $text.

Definition at line 47 of file eztemplatetextelement.php.

Returns a reference to the element text.

Definition at line 55 of file eztemplatetextelement.php.


Member Data Documentation

eZTemplateTextElement::$Text

The element text.

Definition at line 61 of file eztemplatetextelement.php.


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