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. | |
Table Row Helper.
Definition at line 16 of file axTableRowHelper.class.php.
| axTableRowHelper::__construct | ( | $ | values = null, |
| $ | cells_type = "data" |
||
| ) |
Constructor.
| 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.
| axTableRowHelper::addCell | ( | $ | value, |
| $ | cells_type = "data" |
||
| ) |
Add cell.
| Traversable | array | $values | [optional] [default array()] |
| string | $cells_type | [optional] [default "data"] Can be either "data" or "head" |
Definition at line 59 of file axTableRowHelper.class.php.
| axTableRowHelper::addCells | ( | $ | values, |
| $ | cells_type = "data" |
||
| ) |
Add multiple cells at once.
| Traversable | array | $values | [optional] [default array()] |
| string | $cells_type | [optional] [default "data"] Can be either "data" or "head" |
Definition at line 38 of file axTableRowHelper.class.php.
| static axTableRowHelper::export | ( | $ | values = null, |
| $ | cells_type = "data" |
||
| ) | [static] |
Constructor static alias.
| Traversable | array | $values | [optional] [default array()] |
| string | $cells_type | [optional] [default "data"] Can be either "data" or "head" |
Definition at line 71 of file axTableRowHelper.class.php.