XCL Web Application Platform
2.5.0
The XoopsCube Legacy Project
📘
Loading...
Searching...
No Matches
formselecttheme.php
1
<?php
13
14
if
(!defined(
'XOOPS_ROOT_PATH'
)) {
15
exit();
16
}
17
21
include_once XOOPS_ROOT_PATH .
'/class/xoopslists.php'
;
25
include_once XOOPS_ROOT_PATH .
'/class/xoopsform/formselect.php'
;
26
27
28
class
XoopsFormSelectTheme
extends
XoopsFormSelect
29
{
38
public
function
__construct
($caption, $name, $value=
null
, $size=1)
39
{
40
$this->
XoopsFormSelect
($caption, $name, $value, $size);
41
$this->
addOptionArray
(XoopsLists::getThemesList());
42
}
43
public
function
XoopsFormSelectTheme
($caption, $name, $value=
null
, $size=1)
44
{
45
return
$this->
__construct
($caption, $name, $value, $size);
46
}
47
}
XoopsFormElement\__construct
__construct()
Definition
formelement.php:80
XoopsFormSelect
Definition
formselect.php:19
XoopsFormSelect\addOptionArray
addOptionArray($options)
Definition
formselect.php:135
XoopsFormSelectTheme
Definition
formselecttheme.php:29
XoopsFormSelectTheme\__construct
__construct($caption, $name, $value=null, $size=1)
Definition
formselecttheme.php:38
html
class
xoopsform
formselecttheme.php
Generated by
1.13.2