
Public Member Functions | |
| __construct ($logic, $subject) | |
| toDialectString (Dialect $dialect) | |
| toMapped (StorableDAO $dao, JoinCapableQuery $query) | |
| |
| toBoolean (Form $form) | |
Public Attributes | |
| const | NOT = 'NOT' |
| const | MINUS = '-' |
Private Attributes | |
| $subject = null | |
| $logic = null | |
Definition at line 16 of file PrefixUnaryExpression.class.php.
| PrefixUnaryExpression::__construct | ( | $ | logic, | |
| $ | subject | |||
| ) |
| PrefixUnaryExpression::toDialectString | ( | Dialect $ | dialect | ) |
Implements DialectString.
Definition at line 30 of file PrefixUnaryExpression.class.php.
References Dialect::toFieldString().

| PrefixUnaryExpression::toMapped | ( | StorableDAO $ | dao, | |
| JoinCapableQuery $ | query | |||
| ) |
Implements MappableObject.
Definition at line 42 of file PrefixUnaryExpression.class.php.
References ProtoDAO::guessAtom().

| PrefixUnaryExpression::toBoolean | ( | Form $ | form | ) |
Implements LogicalObject.
Definition at line 50 of file PrefixUnaryExpression.class.php.
References $subject, and Form::toFormValue().

| const PrefixUnaryExpression::NOT = 'NOT' |
| const PrefixUnaryExpression::MINUS = '-' |
PrefixUnaryExpression::$subject = null [private] |
Definition at line 21 of file PrefixUnaryExpression.class.php.
Referenced by __construct(), and toBoolean().
PrefixUnaryExpression::$logic = null [private] |
1.5.4