![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Graphe d'héritage de CriteriaCompo:
Graphe de collaboration de CriteriaCompo:Fonctions membres publiques | |
| __construct (CriteriaElement $ele=null, $condition='AND') | |
| & | add (CriteriaElement $criteriaElement, $condition='AND') |
| render () | |
| renderWhere () | |
| renderLdap () | |
Fonctions membres publiques hérités de CriteriaElement | |
| __construct () | |
| setSort ($sort) | |
| getSort () | |
| setOrder ($order) | |
| getOrder () | |
| setLimit ($limit=0) | |
| getLimit () | |
| setStart ($start=0) | |
| getStart () | |
| setGroupBy ($group) | |
| getGroupby () | |
Champs de données | |
| $criteriaElements = array() | |
| $conditions = array() | |
Champs de données hérités de CriteriaElement | |
| $order = 'ASC' | |
| $sort = '' | |
| $limit = 0 | |
| $start = 0 | |
| $groupby = '' | |
Collection of multiple CriteriaElements
| __construct | ( | CriteriaElement | $ele = null, |
$condition = 'AND' |
|||
| ) |
Constructor
| CriteriaElement | null | $ele | |
| string | $condition |
Voici le graphe d'appel pour cette fonction :| & add | ( | CriteriaElement | $criteriaElement, |
$condition = 'AND' |
|||
| ) |
Add an element
| CriteriaElement | object | $criteriaElement | |
| string | $condition |
Voici le graphe des appelants de cette fonction :| render | ( | ) |
Make the criteria into a query string
Réimplémentée à partir de CriteriaElement.
Voici le graphe des appelants de cette fonction :| renderLdap | ( | ) |
Generate an LDAP filter from criteria
| renderWhere | ( | ) |
Make the criteria into a SQL "WHERE" clause
Voici le graphe d'appel pour cette fonction :| $conditions = array() |
| $criteriaElements = array() |