Public Member Functions | |
__construct ($subject, $logic) | |
toDialectString (Dialect $dialect) | |
toMapped (StorableDAO $dao, JoinCapableQuery $query) | |
| |
toBoolean (Form $form) | |
Public Attributes | |
const | IS_NULL = 'IS NULL' |
const | IS_NOT_NULL = 'IS NOT NULL' |
const | IS_TRUE = 'IS TRUE' |
const | IS_FALSE = 'IS FALSE' |
Private Attributes | |
$subject = null | |
$logic = null |
Definition at line 16 of file PostfixUnaryExpression.class.php.
PostfixUnaryExpression::__construct | ( | $ | subject, | |
$ | logic | |||
) |
PostfixUnaryExpression::toDialectString | ( | Dialect $ | dialect | ) |
PostfixUnaryExpression::toMapped | ( | StorableDAO $ | dao, | |
JoinCapableQuery $ | query | |||
) |
Implements MappableObject.
Definition at line 45 of file PostfixUnaryExpression.class.php.
References ProtoDAO::guessAtom().
PostfixUnaryExpression::toBoolean | ( | Form $ | form | ) |
Implements LogicalObject.
Definition at line 53 of file PostfixUnaryExpression.class.php.
References $subject, and Form::toFormValue().
const PostfixUnaryExpression::IS_NULL = 'IS NULL' |
const PostfixUnaryExpression::IS_NOT_NULL = 'IS NOT NULL' |
Definition at line 19 of file PostfixUnaryExpression.class.php.
Referenced by Expression::notNull().
const PostfixUnaryExpression::IS_TRUE = 'IS TRUE' |
const PostfixUnaryExpression::IS_FALSE = 'IS FALSE' |
Definition at line 22 of file PostfixUnaryExpression.class.php.
Referenced by Expression::isFalse().
PostfixUnaryExpression::$subject = null [private] |
Definition at line 24 of file PostfixUnaryExpression.class.php.
Referenced by __construct(), and toBoolean().
PostfixUnaryExpression::$logic = null [private] |