Class: Doctrine_Search_Query
Source Location: /Doctrine/Search/Query.phpClass Doctrine_Search_Query
Class Overview
Doctrine_Search_Query Located in /Doctrine/Search/Query.php [line 33] Author(s):
|
[ Top ]
Property Summary
Method Summary
Doctrine_Search_Query | __construct() | |
void | execute() | |
void | getParams() | |
Doctrine_Query | getQuery() | getQuery |
void | getSql() | |
void | isExpression() | |
void | parseClause() | |
void | parseTerm() | |
void | parseWord() | |
void | search() |
[ Top ]
Methods
Constructor __construct [line 53]
|
octrine_Table | $_table: | the index table |
$table: |
API Tags:
Access: | public |
[ Top ]
getQuery [line 71]
|
getQuery
API Tags:
Return: | returns the query object associated with this object |
Access: | public |
[ Top ]
isExpression [line 173]
|
$term: |
API Tags:
Access: | public |
[ Top ]
parseClause [line 103]
|
$originalClause: | ||
$recursive: |
API Tags:
Access: | public |
[ Top ]