
Public Member Functions | |
| __construct ($field, $left, $right) | |
| toDialectString (Dialect $dialect) | |
| toMapped (StorableDAO $dao, JoinCapableQuery $query) | |
| |
| toBoolean (Form $form) | |
Private Attributes | |
| $field = null | |
| $left = null | |
| $right = null | |
Definition at line 18 of file LogicalBetween.class.php.
| LogicalBetween::__construct | ( | $ | field, | |
| $ | left, | |||
| $ | right | |||
| ) |
| LogicalBetween::toDialectString | ( | Dialect $ | dialect | ) |
| LogicalBetween::toMapped | ( | StorableDAO $ | dao, | |
| JoinCapableQuery $ | query | |||
| ) |
Implements MappableObject.
Definition at line 46 of file LogicalBetween.class.php.
References ProtoDAO::guessAtom().

| LogicalBetween::toBoolean | ( | Form $ | form | ) |
Implements LogicalObject.
Definition at line 55 of file LogicalBetween.class.php.
References $left, $right, and Form::toFormValue().

LogicalBetween::$field = null [private] |
LogicalBetween::$left = null [private] |
Definition at line 21 of file LogicalBetween.class.php.
Referenced by __construct(), and toBoolean().
LogicalBetween::$right = null [private] |
Definition at line 22 of file LogicalBetween.class.php.
Referenced by __construct(), and toBoolean().
1.5.4