Structures_DataGrid::getOutput

Structures_DataGrid::getOutput() – Return the datagrid output

Synopsis

require_once 'Structures/DataGrid.php';

mixed Structures_DataGrid::getOutput ( int $type = null , array $options = array() )

Description

This package is not documented yet.

Parameter

integer $type

Renderer type (optional)

array $options

An associative array of the form: array(optionName => optionValue, ...)

Return value

returns The datagrid output (Usually a string: HTML, CSV, etc...) or a PEAR_Error

Throws

throws no exceptions thrown

Note

This function can not be called statically.

Get the currently loaded DataSource driver (Previous) Returns the total number of pages (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.