|
Doctrine 1.2.4
|
Inherits Doctrine_Hook_Parser.
Inherited by Doctrine_Hook_Integer, and Doctrine_Hook_WordLike.
Public Member Functions | |
| __construct () | |
| getParams () | |
| parse ($alias, $field, $value) | |
| parseClause ($alias, $field, $value) | |
| parseSingle ($alias, $field, $value) | |
Definition at line 33 of file Complex.php.
| Doctrine_Hook_Parser_Complex::__construct | ( | ) |
Constructor.
Definition at line 40 of file Complex.php.
|
inherited |
getParams returns the parameters associated with this parser
Definition at line 49 of file Parser.php.
| Doctrine_Hook_Parser_Complex::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 57 of file Complex.php.
| Doctrine_Hook_Parser_Complex::parseClause | ( | $alias, | |
| $field, | |||
| $value | |||
| ) |
parseClause
| string | $alias | component alias |
| string | $field | the field name |
| mixed | $value | the value of the field |
Definition at line 70 of file Complex.php.
|
abstract |
parseSingle
| string | $alias | component alias |
| string | $field | the field name |
| mixed | $value | the value of the field |