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

Class: Form_Field_Date_View

Source Location: /form/fields/date/form_field_date_view.class.php

Class Form_Field_Date_View

Class Overview

View class for Form_Field_Date

Located in /form/fields/date/form_field_date_view.class.php [line 28]

Tangra_Class
   |
   --Form_Field_View
      |
      --Form_Field_Text_View
         |
         --Form_Field_Date_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_Text_View

Form_Field_Text_View::__construct()
Constructor
Form_Field_Text_View::get_tple_exports()
Returns TPLE exports

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

[ Top ]
Methods
Constructor __construct  [line 36]

  Form_Field_Date_View __construct( string $tpl_name, Form_Field_Date $field  )

Constructor

Parameters:
string   $tpl_name:  Field name for template
Form_Field_Date   $field: 


Redefinition of:
Form_Field_Text_View::__construct()
Constructor

[ Top ]