XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
formselectmatchoption.php
Go to the documentation of this file.
1
<?php
21
defined(
'XOOPS_ROOT_PATH'
) or die('Restricted access');
22
23
xoops_load
('
XoopsFormSelect
');
24
28
class
XoopsFormSelectMatchOption
extends XoopsFormSelect
29
{
40
function
XoopsFormSelectMatchOption
($caption, $name, $value = null, $size = 1)
41
{
42
$this->XoopsFormSelect($caption, $name, $value, $size,
false
);
43
$this->addOption(
XOOPS_MATCH_START
,
_STARTSWITH
);
44
$this->addOption(
XOOPS_MATCH_END
,
_ENDSWITH
);
45
$this->addOption(
XOOPS_MATCH_EQUAL
,
_MATCHES
);
46
$this->addOption(
XOOPS_MATCH_CONTAIN
,
_CONTAINS
);
47
}
48
}
49
50
?>
L:
0xoops
xoops-2.5.6
htdocs
class
xoopsform
formselectmatchoption.php
Generated on Fri May 10 2013 01:04:25 for XOOPS 2.5.6 by
1.8.3.1