Class QPTableData

(line 168)

Description


Located in File: /src/QueryPath/Extension/QPList.php

Format data to be inserted into a simple HTML table.

Data in the headers or rows may contain markup. If you want to disallow markup, use a {@see QPTableTextData} object instead.



Classes extended from QPTableData:
QPTableTextData
Provides a table where all of the headers and data are treated as text data.

Class Variables

Summary:
mixed $caption
mixed $headers
mixed $p
mixed $rows

$caption (line 172)

Data type : mixed

  • access: - protected

$headers (line 170)

Data type : mixed

  • access: - protected

$p = -1 (line 173)

Data type : mixed

  • access: - protected

$rows (line 171)

Data type : mixed

  • access: - protected

Class Constants

Summary:

Method Detail

Summary:
void getHeaders ()
void getIterator ()
void getRows ()
void setHeaders ( $array)
void setRows ( $array)
void size ()

Method getHeaders (line 176)

void getHeaders( )


Implementation of:
TableAble::getHeaders()

Info

  • access - public

Method getIterator (line 180)

void getIterator( )


Implementation of:
IteratorAggregate::getIterator

Info

  • access - public

Method getRows (line 178)

void getRows( )


Implementation of:
TableAble::getRows()

Info

  • access - public

Method setHeaders (line 175)

void setHeaders( $array)

Overridden in child classes as:

QPTableTextData::setHeaders()

Parameters

  • $array:

Info

  • access - public

Method setRows (line 177)

void setRows( $array)

Overridden in child classes as:

QPTableTextData::setRows()

Parameters

  • $array:

Info

  • access - public

Method size (line 179)

void size( )


Implementation of:
TableAble::size()

Info

  • access - public

Inherited Variables

Inherited Class Variable Summary

Inherited Methods

Inherited Method Summary


Documentation generated on Sun, 25 Jul 2010 16:09:06 -0500 by phpDocumentor 1.4.3