Public Member Functions | |
__construct ($subject, $logic) | |
toDialectString (Dialect $dialect) | |
toMapped (ProtoDAO $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 15 of file PostfixUnaryExpression.class.php.
PostfixUnaryExpression::__construct | ( | $ | subject, | |
$ | logic | |||
) |
Definition at line 26 of file PostfixUnaryExpression.class.php.
PostfixUnaryExpression::toBoolean | ( | Form $ | form | ) |
Definition at line 52 of file PostfixUnaryExpression.class.php.
References $subject, and Form::toFormValue().
PostfixUnaryExpression::toDialectString | ( | Dialect $ | dialect | ) |
Implements DialectString.
Definition at line 32 of file PostfixUnaryExpression.class.php.
PostfixUnaryExpression::toMapped | ( | ProtoDAO $ | dao, | |
JoinCapableQuery $ | query | |||
) |
Implements MappableObject.
Definition at line 44 of file PostfixUnaryExpression.class.php.
References ProtoDAO::guessAtom().
PostfixUnaryExpression::$logic = null [private] |
Definition at line 24 of file PostfixUnaryExpression.class.php.
Referenced by __construct().
PostfixUnaryExpression::$subject = null [private] |
Definition at line 23 of file PostfixUnaryExpression.class.php.
Referenced by __construct(), and toBoolean().
const PostfixUnaryExpression::IS_FALSE = 'IS FALSE' |
Definition at line 21 of file PostfixUnaryExpression.class.php.
Referenced by OqlParser::getLogicExpression(), and Expression::isFalse().
const PostfixUnaryExpression::IS_NOT_NULL = 'IS NOT NULL' |
Definition at line 18 of file PostfixUnaryExpression.class.php.
Referenced by OqlParser::getLogicExpression(), and Expression::notNull().
const PostfixUnaryExpression::IS_NULL = 'IS NULL' |
Definition at line 17 of file PostfixUnaryExpression.class.php.
Referenced by OqlParser::getLogicExpression(), and Expression::isNull().
const PostfixUnaryExpression::IS_TRUE = 'IS TRUE' |
Definition at line 20 of file PostfixUnaryExpression.class.php.
Referenced by OqlParser::getLogicExpression(), and Expression::isTrue().