Attribute | Type | Static* | Description |
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
name |
boolean |
Yes. |
Always FALSE (this attribute is currently not used). |
||||||||||||||||||||||||||||||
rows |
array |
No. |
A collection of miscellaneous structures that contain information about the rows. Currently there is only one structure, called "sequential". It is built up of an array of hashes. The following table reveals the structure of the array elements.
|
||||||||||||||||||||||||||||||
columns |
array |
No. |
A collection of miscellaneous structures that contain information about the rows. Currently there are two types of structures: "sequential" and "id". The "sequential" structure is built up of an array hashes. The following table reveals the structure of the array elements.
The "id" structure consists of hash where the keys are the column identifiers. The following table shows the structure that is available for each column identifier.
|
||||||||||||||||||||||||||||||
cells |
array |
Yes. |
A flat array of the cells that make up the matrix (from left to right, top to bottom). |
||||||||||||||||||||||||||||||
matrix |
array |
Yes. |
Consists of "rows", "columns" and "cells" (see above). |
||||||||||||||||||||||||||||||
rowCount |
integer |
No. |
The number of rows. |
||||||||||||||||||||||||||||||
columnCount |
integer |
No. |
The number of columns. |
* Indicates whether the attribute provides a pre-fetched value or if it needs to be computed upon request.
Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.