XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
formselecttimezone.php
1<?php
13
14if (!defined('XOOPS_ROOT_PATH')) {
15 exit();
16}
17
21include_once XOOPS_ROOT_PATH . '/class/xoopslists.php';
25include_once XOOPS_ROOT_PATH . '/class/xoopsform/formselect.php';
26
27
29{
39 public function __construct($caption, $name, $value=null, $size=1)
40 {
41 parent::__construct($caption, $name, $value, $size);
42 $this->addOptionArray(XoopsLists::getTimeZoneList());
43 }
44}
addOptionArray($options)
__construct($caption, $name, $value=null, $size=1)