Structures_DataGrid::enableStreaming()

Structures_DataGrid::enableStreaming()  --  Enable streaming support for reading from DataSources and writing with Renderers and set the buffer size (number of records)

Synopsis

require_once 'Structures/DataGrid.php';

void Structures_DataGrid::enableStreaming (integer [$bufferSize = 500])

Description

Ce module n'est actuellement pas documenté.

Paramètres

entier $bufferSize

Number of records that should be buffered

Valeurs renvoyées

throws no exceptions thrown

Note

Cette fonction ne peut pas être appelée de façon statique.