| extends | CriteriaElement | 
|---|
A single criteria
| Methods | ||
|---|---|---|
| 
					
	public
					
					
				 | __construct(string $column, string $value = '', string $operator = '=', string $prefix = '', string $function = '')
		Constructor
	 | # | 
| 
					
	public
					
					
				 | render(): string
		Make a sql condition string
	 | # | 
| 
					
	public
					
					
				 | renderLdap(): string
		Generate an LDAP filter from criteria
	 Generate an LDAP filter from criteria | # | 
| 
					
	public
					
					
				 | renderWhere(): string
		Make a SQL "WHERE" clause
	 Make a SQL "WHERE" clause | # | 
| Methods inherited from CriteriaElement | 
|---|
| setSort(), getSort(), setOrder(), getOrder(), setLimit(), getLimit(), setStart(), getStart(), setGroupBy(), getGroupby() | 
| Properties | |||
|---|---|---|---|
| 
	public
					
					
				 | string | $prefix | # | 
| 
	public
					
					
				 |  | $function | # | 
| 
	public
					
					
				 |  | $column | # | 
| 
	public
					
					
				 |  | $operator | # | 
| 
	public
					
					
				 |  | $value | # | 
| Properties inherited from CriteriaElement | 
|---|
| $order, $sort, $limit, $start, $groupby |