1
0
mirror of synced 2025-01-19 15:01:40 +03:00

12 lines
226 B
PHP
Raw Normal View History

2007-12-10 20:02:41 +00:00
<?php
/**
* OrderByItem = PathExpression
*/
class Doctrine_Query_Production_GroupByItem extends Doctrine_Query_Production
{
public function execute(array $params = array())
{
$this->PathExpression();
}
}