eZ Publish  [4.2]
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 39 of file eztemplatetextelement.php.


Member Function Documentation

eZTemplateTextElement::eZTemplateTextElement ( text)

Initializes the object with the text.

Definition at line 44 of file eztemplatetextelement.php.

eZTemplateTextElement::name ( )

Returns text.

Definition at line 52 of file eztemplatetextelement.php.

eZTemplateTextElement::process ( tpl,
&$  text 
)

Appends the element text to $text.

Definition at line 67 of file eztemplatetextelement.php.

eZTemplateTextElement::serializeData ( )

Definition at line 57 of file eztemplatetextelement.php.

& eZTemplateTextElement::text ( )

Returns a reference to the element text.

Definition at line 75 of file eztemplatetextelement.php.


Member Data Documentation

eZTemplateTextElement::$Text

The element text.

Definition at line 81 of file eztemplatetextelement.php.


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