tangra logo
   
[ class tree: tangra_lib ] [ index: tangra_lib ] [ all elements ]
 

Class: Form_Field_Text_View

Source Location: /form/fields/text/form_field_text_view.class.php

Class Form_Field_Text_View

Descendants
Child Class Description
Form_Field_Email_View View class for Form_Field_Email
Form_Field_Number_View View class for Form_Field_Number
Form_Field_Integer_View Enter description here...
Form_Field_Password_View View class for Form_Field_Password
Form_Field_Integer_Limited_View View class for Form_Field_Integer_Limited
Form_Field_Number_Fixed_View View class for Form_Field_Number_Fixed
Form_Field_Date_View View class for Form_Field_Dates
Form_Field_Textarea_View View class for Form_Field_Textarea

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

Inherited From Form_Field_View

Form_Field_View::$charset
Form_Field_View::$field
Form_Field_View::$tpl_name

Inherited From Form_Field_View

Form_Field_View::__construct()
Constructor
Form_Field_View::get_charset()
Returns charset
Form_Field_View::get_field_value()
Returns field value
Form_Field_View::get_tple_exports()
Returns TPLE exports
Form_Field_View::get_tpl_name()
Returns field name for template
Form_Field_View::is_field_in_error()
Checks if field is in error
Form_Field_View::set_charset()
Sets charset that field view will use for escaping field data (i.e. htmlentities)

Inherited From Tangra_Class

Tangra_Class::get_class_name()
Alias of get_class(). Exist because of historical reasons.
Tangra_Class::__set()
Overides PHP built-in method and just throws exception if called. Purpose - to "forbid" autosetting of nonexisting class properties.

[ Top ]
Method Summary
Form_Field_Text_View   __construct()   Constructor
TPLE_Exports   get_tple_exports()   Returns TPLE exports

[ Top ]
Methods
Constructor __construct  [line 37]

  Form_Field_Text_View __construct( unknown_type $tpl_name, Form_Field_Text $field  )

Constructor

Parameters:
unknown_type   $tpl_name:  Field name for template
Form_Field_Text   $field:  Field object


Redefinition of:
Form_Field_View::__construct()
Constructor

Redefined in descendants as:

[ Top ]
get_tple_exports  [line 47]

  TPLE_Exports get_tple_exports( )

Returns TPLE exports


API Tags:
Access:  public


Redefinition of:
Form_Field_View::get_tple_exports()
Returns TPLE exports

[ Top ]