Texarea Helper Class. More...
Inheritance diagram for axTextareaHelper:Public Member Functions | |
| __construct ($name, $value="") | |
| Constructor. | |
Static Public Member Functions | |
| static | export ($name, $value="") |
| Constructor static alias. | |
Texarea Helper Class.
Definition at line 16 of file axTextareaHelper.class.php.
| axTextareaHelper::__construct | ( | $ | name, |
| $ | value = "" |
||
| ) |
Constructor.
| string | $name | |
| mixed | $value | [optional] |
Definition at line 23 of file axTextareaHelper.class.php.
| static axTextareaHelper::export | ( | $ | name, |
| $ | value = "" |
||
| ) | [static] |
Constructor static alias.
Constructor.
| string | $name | |
| mixed | $value | [optional] |
Definition at line 36 of file axTextareaHelper.class.php.