Label Helper Class. More...
Inheritance diagram for axLabelHelper:Public Member Functions | |
| __construct ($value, $for="") | |
| Constructor. | |
Static Public Member Functions | |
| static | export ($value, $for="") |
| Constructor static alias. | |
Label Helper Class.
Definition at line 16 of file axLabelHelper.class.php.
| axLabelHelper::__construct | ( | $ | value, |
| $ | for = "" |
||
| ) |
Constructor.
| scalar | $value | The label's value |
| string | $for | [optional] [default ""] The label for attribute value |
Definition at line 23 of file axLabelHelper.class.php.
| static axLabelHelper::export | ( | $ | value, |
| $ | for = "" |
||
| ) | [static] |
Constructor static alias.
Constructor.
| scalar | $value | The label's value |
| string | $for | [optional] [default ""] The label for attribute value |
Definition at line 35 of file axLabelHelper.class.php.