Sf TIC Bundles

GroupobjHydrator extends ObjectHydrator
in package

Récupération d'une liste d'entités en les regroupants selon la valeur d'une colonne supplémentaire.

Exemple:

SELECT a, a.category FROM t < array( c1 => array( a1, a2... ) c2 => array( a1, a3, a5... ) ... )

Table of Contents

Methods

hydrateAllData()  : array<string|int, mixed>
Hydrates all rows from the current statement instance at once.

Methods

hydrateAllData()

Hydrates all rows from the current statement instance at once.

protected hydrateAllData() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results