XOOPS  2.6.0
Xoops\Form\DateSelect Class Reference
Inheritance diagram for Xoops\Form\DateSelect:
Inheritance graph

Public Member Functions

 __construct ($caption, $name, $size=2, $value=0)
 
 render ()
 
- Public Member Functions inherited from Xoops\Form\Text
 __construct ($caption, $name, $size, $maxlength, $value= '', $placeholder= '')
 
 getMaxlength ()
 
 getPlaceholder ()
 
 getSize ()
 
 render ()
 
- Public Member Functions inherited from Xoops\Form\Element
 getAccessKey ()
 
 getAccessString ($str)
 
 getCaption ()
 
 getClass ()
 
 getDatalist ()
 
 getDescription ($encode=false)
 
 getExtra ($encode=false)
 
 getMaxcols ()
 
 getName ()
 
 getPattern ()
 
 getPatternDescription ()
 
 getTitle ()
 
 getValue ($encode=false)
 
 isDatalist ()
 
 isHidden ()
 
 isRequired ()
 
 render ()
 
 renderAttributeString ()
 
 renderValidationJS ()
 
 setAccessKey ($key)
 
 setCaption ($caption)
 
 setClass ($class)
 
 setDatalist ($datalist)
 
 setDescription ($description)
 
 setExtra ($extra, $replace=false)
 
 setHidden ()
 
 setName ($name)
 
 setPattern ($pattern, $pattern_description= '')
 
 setRequired ($bool=true)
 
 setTitle ($title)
 
 setValue ($value)
 
- Public Member Functions inherited from Xoops\Html\Attributes
 addAttribute ($name, $value)
 
 getAttribute ($name)
 
 hasAttribute ($name)
 
 renderAttributeString ()
 
 setAttribute ($name, $value=null)
 
 setAttributes ($values)
 
 unsetAttribute ($name)
 

Additional Inherited Members

- Public Attributes inherited from Xoops\Form\Element
 $customValidationCode = array()
 
- Protected Attributes inherited from Xoops\Form\Element
 $value = ''
 
- Protected Attributes inherited from Xoops\Html\Attributes
 $attributes = array()
 

Detailed Description

Definition at line 25 of file DateSelect.php.

Constructor & Destructor Documentation

Xoops\Form\DateSelect::__construct (   $caption,
  $name,
  $size = 2,
  $value = 0 
)

__construct

Parameters
string$captioncaption
string$namename
integer$sizefield size
integer$valuedate as unix timestamp

Definition at line 36 of file DateSelect.php.

References Xoops\Form\Element\$caption, $name, and Xoops\Form\Element\$value.

Member Function Documentation


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