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

Class: Guardable_Form_View

Source Location: /form/guardable_form_view.class.php

Class Guardable_Form_View

Class Overview

View for Guardable_Form

Located in /form/guardable_form_view.class.php [line 30]

Tangra_Class
   |
   --Form_View
      |
      --Guardable_Form_View

Methods

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

Inherited From Form_View

Form_View::$charset
Form_View::$fields_views
Form_View::$form

Inherited From Form_View

Form_View::__construct()
Constructor
Form_View::add_field_view()
Adds field's view object
Form_View::get_charset()
Returns charset
Form_View::get_field_view()
Returns Form_Field_View object of field specified with $field_view
Form_View::get_field_view_exports()
Returns exports of field view
Form_View::get_tple_exports()
Returns TPLE exports of the form
Form_View::set_charset()
Sets charset that field views will use for escaping field data (i.e. htmlentities)
Form_View::set_charset_cascade()
Sets charset of the form view and cycles all field views to pass them the charset (calling their set_charset method)

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
Guardable_Form_View   __construct()   Constructor

[ Top ]
Methods
Constructor __construct  [line 36]

  Guardable_Form_View __construct( Guardable_Form $form  )

Constructor

Parameters:
Form   $form: 


Redefinition of:
Form_View::__construct()
Constructor

[ Top ]