Class Horde_Form_Type_hourminutesecond

Description

Horde_Form_Type Class

Located in /Form/Form.php (line 3186)

Horde_Form_Type
   |
   --Horde_Form_Type_hourminutesecond
Variable Summary
Method Summary
 void about ()
 void checktime ( $hour,  $minute,  $second)
 void emptyTimeArray ( $time)
 Date getTimeOb (string $time_in)
 array getTimeParts (string $time_in)
 void init ([ $show_seconds = false])
 void isValid ( &$var,  &$vars,  $value,  &$message)
Variables
mixed $_show_seconds (line 3188)
Methods
about (line 3288)

Return info about field type.

void about ()
checktime (line 3213)
void checktime ( $hour,  $minute,  $second)
  • $hour
  • $minute
  • $second
emptyTimeArray (line 3277)
void emptyTimeArray ( $time)
  • $time
getTimeOb (line 3238)

Return the time supplied as a Horde_Date object.

  • return: The time object.
Date getTimeOb (string $time_in)
  • string $time_in: Date in one of the three formats supported by Horde_Form and Horde_Date (ISO format YYYY-MM-DD HH:MM:SS, timestamp YYYYMMDDHHMMSS and UNIX epoch).
getTimeParts (line 3261)

Return the time supplied split up into an array.

  • return: Array with three elements - hour, minute and seconds.
array getTimeParts (string $time_in)
  • string $time_in: Time in one of the three formats supported by Horde_Form and Horde_Date (ISO format YYYY-MM-DD HH:MM:SS, timestamp YYYYMMDDHHMMSS and UNIX epoch).
init (line 3190)
void init ([ $show_seconds = false])
  • $show_seconds

Redefinition of:
Horde_Form_Type::init()
isValid (line 3195)
void isValid ( &$var,  &$vars,  $value,  &$message)
  • &$var
  • &$vars
  • $value
  • &$message

Redefinition of:
Horde_Form_Type::isValid()

Inherited Methods

Inherited From Horde_Form_Type

 Horde_Form_Type::Horde_Form_Type()
 Horde_Form_Type::getInfo()
 Horde_Form_Type::getProperty()
 Horde_Form_Type::getTypeName()
 Horde_Form_Type::getValues()
 Horde_Form_Type::init()
 Horde_Form_Type::isValid()
 Horde_Form_Type::onSubmit()
 Horde_Form_Type::setProperty()
 Horde_Form_Type::__get()
 Horde_Form_Type::__set()

Documentation generated on Sun, 30 Jan 2011 05:17:29 +0000 by phpDocumentor 1.4.3