PostfixUnaryExpression Class Reference
[Logical expressions used in OSQL and Form]

Inheritance diagram for PostfixUnaryExpression:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 __construct ($subject, $logic)
 toDialectString (Dialect $dialect)
 toMapped (StorableDAO $dao, JoinCapableQuery $query)
 
Returns:
PostfixUnaryExpression

 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


Detailed Description

Definition at line 16 of file PostfixUnaryExpression.class.php.


Constructor & Destructor Documentation

PostfixUnaryExpression::__construct ( subject,
logic 
)

Definition at line 27 of file PostfixUnaryExpression.class.php.

References $logic, and $subject.


Member Function Documentation

PostfixUnaryExpression::toDialectString ( Dialect dialect  ) 

Implements DialectString.

Definition at line 33 of file PostfixUnaryExpression.class.php.

PostfixUnaryExpression::toMapped ( StorableDAO dao,
JoinCapableQuery query 
)

Returns:
PostfixUnaryExpression

Implements MappableObject.

Definition at line 45 of file PostfixUnaryExpression.class.php.

References ProtoDAO::guessAtom().

Here is the call graph for this function:

PostfixUnaryExpression::toBoolean ( Form form  ) 

Implements LogicalObject.

Definition at line 53 of file PostfixUnaryExpression.class.php.

References $subject, and Form::toFormValue().

Here is the call graph for this function:


Member Data Documentation

const PostfixUnaryExpression::IS_NULL = 'IS NULL'

Definition at line 18 of file PostfixUnaryExpression.class.php.

Referenced by Expression::isNull().

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'

Definition at line 21 of file PostfixUnaryExpression.class.php.

Referenced by Expression::isTrue().

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]

Definition at line 25 of file PostfixUnaryExpression.class.php.

Referenced by __construct().


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:58:08 2007 for onPHP by  doxygen 1.5.4