Public Member Functions | |
__construct ($left, $right) | |
toDialectString (Dialect $dialect) | |
toMapped (StorableDAO $dao, JoinCapableQuery $query) | |
| |
toBoolean (Form $form) | |
Private Attributes | |
$left = null | |
$right = null |
Definition at line 16 of file EqualsLowerExpression.class.php.
EqualsLowerExpression::__construct | ( | $ | left, | |
$ | right | |||
) |
EqualsLowerExpression::toDialectString | ( | Dialect $ | dialect | ) |
Implements DialectString.
Definition at line 27 of file EqualsLowerExpression.class.php.
References SQLFunction::create().
EqualsLowerExpression::toMapped | ( | StorableDAO $ | dao, | |
JoinCapableQuery $ | query | |||
) |
Implements MappableObject.
Definition at line 44 of file EqualsLowerExpression.class.php.
References ProtoDAO::guessAtom().
EqualsLowerExpression::toBoolean | ( | Form $ | form | ) |
Implements LogicalObject.
Definition at line 52 of file EqualsLowerExpression.class.php.
References $left, $right, and Form::toFormValue().
EqualsLowerExpression::$left = null [private] |
Definition at line 18 of file EqualsLowerExpression.class.php.
Referenced by __construct(), and toBoolean().
EqualsLowerExpression::$right = null [private] |
Definition at line 19 of file EqualsLowerExpression.class.php.
Referenced by __construct(), and toBoolean().