XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
__construct ($column, $value='', $operator='=', $prefix='', $function='') | |
getName () | |
getValue () | |
getOperator () | |
render () | |
renderLdap () | |
renderWhere () | |
![]() | |
__construct () | |
hasChildElements () | |
getCountChildElements () | |
getChildElement ($idx) | |
getCondition ($idx) | |
setSort ($sort, $order=null) | |
addSort ($sort, $order='ASC') | |
getSort () | |
getSorts () | |
setOrder ($order) | |
getOrder () | |
setLimit ($limit=0) | |
getLimit () | |
setStart ($start=0) | |
getStart () | |
setGroupby ($group) | |
getGroupby () | |
Data Fields | |
$prefix | |
$function | |
$column | |
$operator | |
$value | |
$dtype = 0 | |
![]() | |
$order = [] | |
$sort = [] | |
$limit = 0 | |
$start = 0 | |
$groupby = '' | |
Definition at line 401 of file criteria.php.
__construct | ( | $column, | |
$value = '', | |||
$operator = '=', | |||
$prefix = '', | |||
$function = '' ) |
Constructor
string | $column | |
string | $value | |
string | $operator | |
string | $prefix | |
string | $function |
Definition at line 424 of file criteria.php.
getName | ( | ) |
Reimplemented from CriteriaElement.
Definition at line 442 of file criteria.php.
getOperator | ( | ) |
Reimplemented from CriteriaElement.
Definition at line 452 of file criteria.php.
getValue | ( | ) |
Reimplemented from CriteriaElement.
Definition at line 447 of file criteria.php.
render | ( | ) |
Make a sql condition string
Reimplemented from CriteriaElement.
Definition at line 463 of file criteria.php.
renderLdap | ( | ) |
renderWhere | ( | ) |
$column |
Definition at line 409 of file criteria.php.
$dtype = 0 |
Definition at line 413 of file criteria.php.
$function |
Definition at line 408 of file criteria.php.
$operator |
Definition at line 410 of file criteria.php.
$prefix |
Definition at line 407 of file criteria.php.
$value |
Definition at line 411 of file criteria.php.