Class helpdeskTimeValue

Description

VIEW: Time value, drupal style

VIEW: Time value, drupal style

Located in /timeinfo.php (line 26)


	
			
Variable Summary
 string $format
 boolean $isEnabled
 boolean $isShown
 integer $maxLength
 string $name
 integer $size
 integer $ts
Method Summary
 void __construct ()
 string form_field ()
Variables
string $format (line 58)

format code for drupal's format_date

format code for drupal's format_date

boolean $isEnabled (line 42)

is it to be enabled in forms

is it to be enabled in forms

  • access: public
boolean $isShown (line 37)

is it to be displayed in views/forms

is it to be displayed in views/forms

  • access: public
integer $maxLength (line 52)

HTML max length in forms

HTML max length in forms

  • access: public
string $name (line 63)

HTML name attribute in forms

HTML name attribute in forms

  • access: public
integer $size (line 47)

HTML render size in forms

HTML render size in forms

  • access: public
integer $ts (line 32)

POSIX timestamp

POSIX timestamp

  • access: public
Methods
Constructor __construct (line 69)

Init default value: beware, they are mutually dependent

Init default value: beware, they are mutually dependent

void __construct ()
form_field (line 81)

formats a time value for the use of a form

formats a time value for the use of a form

  1. or empty displayed as empty

  • return: HTML for form field
string form_field ()

Documentation generated on Tue, 01 Nov 2005 23:15:03 +0100 by phpDocumentor 1.3.0RC3