Interface TableAble

(line 156)

Description


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

A TableAble object represents tabular data and can be converted to a table.

The QPList extension to QueryPath provides a method for appending a table to a DOM (QPList::appendTable()).

Implementing classes should provide methods for getting headers, rows of data, and the number of rows in the table (TableAble::size()). Implementors may also choose to make classes Iterable or Traversable over the rows of the table.

Two very basic implementations of TableAble are provided in this package:



Class Variables

Summary:

Class Constants

Summary:

Method Detail

Summary:
void getHeaders ()
void getRows ()
void size ()

Method getHeaders (line 157)

void getHeaders( )

Info

  • access - public

Method getRows (line 158)

void getRows( )

Info

  • access - public

Method size (line 159)

void 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