Class: Doctrine_Hook_WordLike

Source Location: /Doctrine/Hook/WordLike.php

Class Doctrine_Hook_WordLike

Class Overview

Doctrine_Hook_WordLike

Located in /Doctrine/Hook/WordLike.php [line 33]

Doctrine_Hook_Parser
   |
   --Doctrine_Hook_Parser_Complex
      |
      --Doctrine_Hook_WordLike
Author(s): Information Tags:
Version:  $Revision: 1482 $
Link:  www.phpdoctrine.com
Since:  1.0
License:  LGPL

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Method Summary
void   parseSingle()   parse

[ Top ]
Properties
Methods
parseSingle  [line 47]

  void parseSingle( string $alias, string $field, mixed $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).

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 ]