|
Doctrine 1.2.4
|
Inherited by Doctrine_Hook_Equal, and Doctrine_Hook_Parser_Complex.
Public Member Functions | |
| getParams () | |
| parse ($alias, $field, $value) | |
Definition at line 33 of file Parser.php.
| Doctrine_Hook_Parser::getParams | ( | ) |
getParams returns the parameters associated with this parser
Definition at line 49 of file Parser.php.
|
abstract |
parse Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).
| string | $alias | component alias |
| string | $field | the field name |
| mixed | $value | the value of the field |