HTML_Table_Matrix
[ class tree: HTML_Table_Matrix ] [ index: HTML_Table_Matrix ] [ all elements ]

Class: HTML_Table_Matrix_Filler_InCC

Source Location: /HTML_Table_Matrix-1.0.10/HTML/Table/Matrix/Filler/InCC.php

Class Overview

HTML_Table_Matrix_Filler
   |
   --HTML_Table_Matrix_Filler_InCC

Fill inwards, clockwise.


Author(s):

Methods


Child classes:

HTML_Table_Matrix_Filler_OutCC
Fill outwards, clockwise.

Inherited Variables

Inherited Methods

Class: HTML_Table_Matrix_Filler

HTML_Table_Matrix_Filler::factory()
Create an instance of a Filler
HTML_Table_Matrix_Filler::isValid()
Determine if a given object is a valid H_T_M Filler
HTML_Table_Matrix_Filler::next()
Get the next cell.
HTML_Table_Matrix_Filler::setOptions()
Set options for this Filler

Class Details

[line 11]
Fill inwards, clockwise.


[ Top ]


Method Detail

HTML_Table_Matrix_Filler_InCC (Constructor)   [line 42]

void HTML_Table_Matrix_Filler_InCC( &$matrix, [array $options = false], Object $matrix)

Constructor

Parameters:

Object   $matrix   —  Reference to the HTML_Table_Matrix instance we are filling data for.
array   $options   —  Options for this Filler
   &$matrix   — 

[ Top ]

next   [line 54]

array next( int $index)

Get the next cell.
  • Return: 1-dimensional array in the form of (row, col) containing the coordinates to put the data for this loop iteration

Overrides HTML_Table_Matrix_Filler::next() (Get the next cell.)

Parameters:

int   $index   —  Where we're at in the data-set

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:32:39 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.