Class: Doctrine_Hook_Parser
Source Location: /Doctrine/Hook/Parser.phpClass Doctrine_Hook_Parser
Class Overview
Doctrine_Hook_Parser Located in /Doctrine/Hook/Parser.php [line 33] Author(s):
Information Tags:
|
[ Top ]
Direct descendents
Child Class | Description |
---|---|
Doctrine_Hook_Equal | Doctrine_Hook_Equal |
Doctrine_Hook_Parser_Complex | Doctrine_Hook_Parser_Complex |
[ Top ]
Property Summary
Method Summary
void | getCondition() | |
array | getParams() | getParams returns the parameters associated with this parser |
void | parse() | parse |
[ Top ]
Properties
Methods
getParams [line 48]
|
getParams returns the parameters associated with this parser
API Tags:
Access: | public |
[ Top ]
parse [line 64]
|
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).
Parameters:string | $alias: | component alias |
string | $field: | the field name |
mixed | $value: | the value of the field |
API Tags:
Abstract: | |
Access: | public |
Redefined in descendants as:
- Doctrine_Hook_Equal::parse() : parse
- Doctrine_Hook_Parser_Complex::parse() : parse
[ Top ]