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

Class: Form_Field_Hidden_View

Source Location: /form/fields/hidden/form_field_hidden_view.class.php

Class Form_Field_Hidden_View

Class Overview

View class for Form_Field_Hidden

Located in /form/fields/hidden/form_field_hidden_view.class.php [line 29]

Tangra_Class
   |
   --Form_Field_View
      |
      --Form_Field_Hidden_View

Methods

[ 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_Hidden_View   __construct()   Constructor
TPLE_Exports   get_tple_exports()   Returns TPLE exports

[ Top ]
Methods
Constructor __construct  [line 36]

  Form_Field_Hidden_View __construct( unknown_type $tpl_name, Form_Field_Hidden $field  )

Constructor

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


Redefinition of:
Form_Field_View::__construct()
Constructor

[ Top ]
get_tple_exports  [line 46]

  TPLE_Exports get_tple_exports( )

Returns TPLE exports


API Tags:
Access:  public


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

[ Top ]