Method |
Description |
|
__clone ( ) |
|
|
add ( $join, array | Condition $condition = null ) |
|
|
addAnd ( array | Condition $condition = null ) |
|
|
addOr ( array | Condition $condition = null ) |
|
|
appendXml ( DOMNode $node, boolean $printDefaults = false, boolean $printComments = false ) : DOMElement | void |
Appends the xml structure with our values. |
|
appendXmlValue ( string $key, mixed $value, DOMNode $node, boolean $arrayType = false, boolean $printDefaults = false, boolean $printComments = false ) : DOMNode | void |
Appends the xm structure with the given values. |
|
create ( mixed $condition = null, Jarves $jarves = null ) : Condition |
|
|
extractNode ( DOMNode $element ) |
|
|
from ( array | Condition $condition ) |
|
|
fromArray ( $values, $key = null ) |
|
|
getRules ( ) : array |
|
|
getTableName ( ) : mixed |
|
|
getType ( string $type ) : string |
|
|
hasRules ( ) |
|
|
importNode ( DOMNode $element ) |
|
|
isTableNameSet ( ) : boolean |
|
|
merge ( string $join, array | Condition $condition ) |
|
|
mergeAnd ( array | Condition $condition ) |
|
|
mergeAndBegin ( array | Condition $condition ) |
|
|
mergeBegin ( string $join, array | Condition $condition ) |
|
|
mergeOr ( array | Condition $condition ) |
|
|
mergeOrBegin ( array | Condition $condition ) |
|
|
setRules ( array $rules ) |
|
|
setTableName ( mixed $tableName ) |
|
|
setTableNameSet ( boolean $tableNameSet ) |
|
|
toArray ( boolean $printDefaults = false ) : array |
|
|