- 4.3. Opl_Debug_Console
4.3.9. getTables() - 4.3.8. getLists()
« Previous - 4.4. Opl_ErrorHandler class
Next »
4.3.9. getTables()
| Status | static public |
|---|---|
| Reference | array Opl_Debug_Console::getTables( ) |
| Returned value | The array of tables registered in OPT |
| Versions | since 2.0.3 |
Returns the tables currently maintained by the debug console. The returned value is an assotiative array of pairs unique table ID => options. Each list options consist of four elements:
title- the table titlecolumns- the column titles and optionally their sizesvalues- a list of table rows. A table row is an array of column valuesinformation- optional extra table information
See also:
- 4.3.9. getTables()
4.3. Opl_Debug_Console - « Previous
4.3.8. getLists() - Next »
4.4. Opl_ErrorHandler class