eZ\Publish\Core\Persistence\Database\SelectQuery::groupBy PHP Méthode

groupBy() public méthode

You can call groupBy multiple times. Each call will add a column to group by. Example: $q->select( '*' )->from( 'table' ) ->groupBy( 'id' );
public groupBy ( ) : eZ\Publish\Core\Persistence\Database\SelectQuery
Résultat eZ\Publish\Core\Persistence\Database\SelectQuery a pointer to $this
    public function groupBy();