View for Guardable_Form
Located in /form/guardable_form_view.class.php [line 30]
Tangra_Class | --Form_View | --Guardable_Form_View
Methods
Inherited From Form_View
Form_View::$charset Form_View::$fields_views Form_View::$form
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.
Guardable_Form_View __construct( Guardable_Form $form )
Constructor