XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
RMFormTimeZoneField Class Reference
Inheritance diagram for RMFormTimeZoneField:
Inheritance graph

Public Member Functions

 __construct ($caption, $name, $type=0, $multi=0, $selected=null, $size=5)
 
 multi ()
 
 render ()
 
 selected ()
 
 setMulti ($value)
 
 setSelected ($value)
 
 setSize ($value)
 
 setType ($value)
 
 size ()
 
 type ()
 
- Public Member Functions inherited from RMFormElement
 addClass ($class)
 
 getCaption ()
 
 getClass ()
 
 getDescription ()
 
 getExtra ()
 
 getForm ()
 
 getName ()
 
 id ()
 
 render ()
 
 setCaption ($caption)
 
 setClass ($class)
 
 setDescription ($desc)
 
 setExtra ($extra)
 
 setForm ($name)
 
 setId ($id)
 
 setName ($name)
 

Private Attributes

 $multi = 0
 
 $selected = null
 
 $size = 5
 
 $type = 0
 

Additional Inherited Members

- Static Public Attributes inherited from RMFormElement
static $elementsIds = array()
 

Detailed Description

Definition at line 11 of file timezone.class.php.

Constructor & Destructor Documentation

RMFormTimeZoneField::__construct (   $caption,
  $name,
  $type = 0,
  $multi = 0,
  $selected = null,
  $size = 5 
)

Definition at line 18 of file timezone.class.php.

References $multi, $selected, $type, multi(), selected(), RMFormElement\setCaption(), RMFormElement\setName(), and type().

Here is the call graph for this function:

Member Function Documentation

RMFormTimeZoneField::multi ( )

Definition at line 25 of file timezone.class.php.

References $multi.

Referenced by __construct(), render(), and setMulti().

Here is the caller graph for this function:

RMFormTimeZoneField::render ( )

Definition at line 50 of file timezone.class.php.

References $i, $rtn, RMFormElement\id(), multi(), selected(), and type().

Here is the call graph for this function:

RMFormTimeZoneField::selected ( )

Definition at line 37 of file timezone.class.php.

References $selected.

Referenced by __construct(), render(), and setSelected().

Here is the caller graph for this function:

RMFormTimeZoneField::setMulti (   $value)

Definition at line 28 of file timezone.class.php.

References multi().

Here is the call graph for this function:

RMFormTimeZoneField::setSelected (   $value)

Definition at line 40 of file timezone.class.php.

References selected().

Here is the call graph for this function:

RMFormTimeZoneField::setSize (   $value)

Definition at line 46 of file timezone.class.php.

References size().

Here is the call graph for this function:

RMFormTimeZoneField::setType (   $value)

Definition at line 34 of file timezone.class.php.

References type().

Here is the call graph for this function:

RMFormTimeZoneField::size ( )

Definition at line 43 of file timezone.class.php.

References $size.

Referenced by setSize().

Here is the caller graph for this function:

RMFormTimeZoneField::type ( )

Definition at line 31 of file timezone.class.php.

References $type.

Referenced by __construct(), render(), and setType().

Here is the caller graph for this function:

Member Data Documentation

RMFormTimeZoneField::$multi = 0
private

Definition at line 13 of file timezone.class.php.

Referenced by __construct(), and multi().

RMFormTimeZoneField::$selected = null
private

Definition at line 15 of file timezone.class.php.

Referenced by __construct(), and selected().

RMFormTimeZoneField::$size = 5
private

Definition at line 16 of file timezone.class.php.

Referenced by size().

RMFormTimeZoneField::$type = 0
private

Definition at line 14 of file timezone.class.php.

Referenced by __construct(), and type().


The documentation for this class was generated from the following file: