Option Helper CLass. More...
Inheritance diagram for axOptionHelper:Public Member Functions | |
| __construct ($name, $value="") | |
| Constructor. | |
| setValue ($value) | |
| getValue () | |
Static Public Member Functions | |
| static | export ($name, $value="") |
| Constructor static alias. | |
Option Helper CLass.
Definition at line 16 of file axOptionHelper.class.php.
| axOptionHelper::__construct | ( | $ | name, |
| $ | value = "" |
||
| ) |
Constructor.
| string | $name | |
| scalar | $value | [optional] [default ""] |
Definition at line 23 of file axOptionHelper.class.php.
| static axOptionHelper::export | ( | $ | name, |
| $ | value = "" |
||
| ) | [static] |
Constructor static alias.
Constructor.
| string | $name | |
| scalar | $value | [optional] [default ""] |
Definition at line 48 of file axOptionHelper.class.php.
Get the node's value (if any)
Reimplemented from axBaseHelper.
Definition at line 38 of file axOptionHelper.class.php.
| axOptionHelper::setValue | ( | $ | value | ) |
Set the node's value.
| mixed | $value |
Reimplemented from axBaseHelper.
Definition at line 30 of file axOptionHelper.class.php.