Class: Doctrine_Query_Groupby

Source Location: /Doctrine/Query/Groupby.php

Class Doctrine_Query_Groupby

Class Overview

Doctrine_Query_Groupby

Located in /Doctrine/Query/Groupby.php [line 33]

Doctrine_Query_Part
   |
   --Doctrine_Query_Groupby
Author(s): Information Tags:
Version:  $Revision: 2238 $
Link:  www.phpdoctrine.com
Since:  1.0
License:  LGPL

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Doctrine_Query_Part

Doctrine_Query_Part::$query

Inherited From Doctrine_Query_Part

Doctrine_Query_Part::__construct()
Doctrine_Query_Part::getQuery()

[ Top ]
Method Summary
void   parse()   DQL GROUP BY PARSER parses the group by part of the query string

[ Top ]
Properties
Methods
parse  [line 42]

  void parse( string $str, [ $append = false]  )

DQL GROUP BY PARSER parses the group by part of the query string

Parameters:
string   $str: 
   $append: 

API Tags:
Access:  public


[ Top ]