Axiom (v1.2.0)

A lightweight PHP framework
axTableRowHelper Class Reference

Table Row Helper. More...

+ Inheritance diagram for axTableRowHelper:

Public Member Functions

 __construct ($values=null, $cells_type="data")
 Constructor.
 addCells ($values, $cells_type="data")
 Add multiple cells at once.
 addCell ($value, $cells_type="data")
 Add cell.

Static Public Member Functions

static export ($values=null, $cells_type="data")
 Constructor static alias.

Detailed Description

Table Row Helper.

Author:
Delespierre
License:
http://www.gnu.org/licenses/lgpl.html Lesser General Public Licence version 3

Definition at line 16 of file axTableRowHelper.class.php.


Constructor & Destructor Documentation

axTableRowHelper::__construct ( values = null,
cells_type = "data" 
)

Constructor.

Parameters:
Traversable | array$values[optional] [default array()]
string$cells_type[optional] [default "data"] Can be either "data" or "head"

Definition at line 24 of file axTableRowHelper.class.php.


Member Function Documentation

axTableRowHelper::addCell ( value,
cells_type = "data" 
)

Add cell.

Parameters:
Traversable | array$values[optional] [default array()]
string$cells_type[optional] [default "data"] Can be either "data" or "head"
Returns:
axTableRowHelper

Definition at line 59 of file axTableRowHelper.class.php.

axTableRowHelper::addCells ( values,
cells_type = "data" 
)

Add multiple cells at once.

Parameters:
Traversable | array$values[optional] [default array()]
string$cells_type[optional] [default "data"] Can be either "data" or "head"
Returns:
axTableRowHelper

Definition at line 38 of file axTableRowHelper.class.php.

static axTableRowHelper::export ( values = null,
cells_type = "data" 
) [static]

Constructor static alias.

Parameters:
Traversable | array$values[optional] [default array()]
string$cells_type[optional] [default "data"] Can be either "data" or "head"
Returns:
axTableRowHelper

Definition at line 71 of file axTableRowHelper.class.php.


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables