Table Data Helper Class. More...
Inheritance diagram for axTableDataHelper:Public Member Functions | |
| __construct ($value=null, $type= 'data') | |
| Constructor. | |
Static Public Member Functions | |
| static | export ($value=null, $type= 'data') |
| Constructor static alias. | |
Table Data Helper Class.
Definition at line 16 of file axTableDataHelper.class.php.
| axTableDataHelper::__construct | ( | $ | value = null, |
| $ | type = 'data' |
||
| ) |
Constructor.
| sring | $value | [optional] [default null] |
| string | $type | [optional] [default 'data'] Can be either 'data' or 'head' |
Definition at line 23 of file axTableDataHelper.class.php.
| static axTableDataHelper::export | ( | $ | value = null, |
| $ | type = 'data' |
||
| ) | [static] |
Constructor static alias.
Constructor.
| sring | $value | [optional] [default null] |
| string | $type | [optional] [default 'data'] Can be either 'data' or 'head' |
Definition at line 44 of file axTableDataHelper.class.php.