1
0
mirror of synced 2025-01-19 23:11:41 +03:00
2007-12-10 20:02:41 +00:00

12 lines
226 B
PHP

<?php
/**
* OrderByItem = PathExpression
*/
class Doctrine_Query_Production_GroupByItem extends Doctrine_Query_Production
{
public function execute(array $params = array())
{
$this->PathExpression();
}
}