|
Doctrine 1.2.4
|
Inherits Doctrine_Hook_Parser.
Public Member Functions | |
| getParams () | |
| parse ($alias, $field, $value) | |
|
inherited |
getParams returns the parameters associated with this parser
Definition at line 49 of file Parser.php.
| Doctrine_Hook_Equal::parse | ( | $alias, | |
| $field, | |||
| $value | |||
| ) |
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 |
Definition at line 47 of file Equal.php.