FullText Class Reference
[Dynamic query builder]

Base for all full-text stuff. More...

Inheritance diagram for FullText:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 __construct ($field, $words, $logic)
 toMapped (StorableDAO $dao, JoinCapableQuery $query)
 
Returns:
MappableObject

 toBoolean (Form $form)

Protected Attributes

 $logic = null
 $field = null
 $words = null


Detailed Description

Base for all full-text stuff.

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


Constructor & Destructor Documentation

FullText::__construct ( field,
words,
logic 
)

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

References $field, $logic, $words, and Assert::isTrue().

Here is the call graph for this function:


Member Function Documentation

FullText::toMapped ( StorableDAO dao,
JoinCapableQuery query 
)

Returns:
MappableObject

Implements MappableObject.

Definition at line 38 of file FullText.class.php.

FullText::toBoolean ( Form form  ) 

Implements LogicalObject.

Definition at line 47 of file FullText.class.php.


Member Data Documentation

FullText::$logic = null [protected]

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

Referenced by __construct().

FullText::$field = null [protected]

Definition at line 22 of file FullText.class.php.

Referenced by __construct().

FullText::$words = null [protected]

Definition at line 23 of file FullText.class.php.

Referenced by __construct().


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