Doctrine 1.2.4
Doctrine_Hook_Parser Class Reference

Inherited by Doctrine_Hook_Equal, and Doctrine_Hook_Parser_Complex.

Public Member Functions

 getParams ()
 
 parse ($alias, $field, $value)
 

Detailed Description

Definition at line 33 of file Parser.php.

Member Function Documentation

Doctrine_Hook_Parser::getParams ( )

getParams returns the parameters associated with this parser

Returns
array

Definition at line 49 of file Parser.php.

{
return $this->params;
}
Doctrine_Hook_Parser::parse (   $alias,
  $field,
  $value 
)
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).

Parameters
string$aliascomponent alias
string$fieldthe field name
mixed$valuethe value of the field
Returns
void

The documentation for this class was generated from the following file: