Class: Doctrine_Hook_Integer
Source Location: /Doctrine/Hook/Integer.phpClass Doctrine_Hook_Integer
Class Overview
Doctrine_Hook_Integer Located in /Doctrine/Hook/Integer.php [line 33] Doctrine_Hook_Parser | --Doctrine_Hook_Parser_Complex | --Doctrine_Hook_IntegerAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties | Inherited Methods | Inherited Constants |
---|---|---|
Inherited From Doctrine_Hook_Parser |
Inherited From Doctrine_Hook_Parser_Complex
Inherited From Doctrine_Hook_Parser
|
[ Top ]
Method Summary
Properties
Methods
parseSingle [line 47]
|
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:
Access: | public |
Redefinition of:
- Doctrine_Hook_Parser_Complex::parseSingle()
- parseSingle
[ Top ]