Axiom (v1.2.0)

A lightweight PHP framework
axOptionHelper Class Reference

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.

Detailed Description

Option Helper CLass.

Author:
Delespierre
License:
http://www.gnu.org/licenses/lgpl.html Lesser General Public Licence version 3

Definition at line 16 of file axOptionHelper.class.php.


Constructor & Destructor Documentation

axOptionHelper::__construct ( name,
value = "" 
)

Constructor.

Parameters:
string$name
scalar$value[optional] [default ""]

Definition at line 23 of file axOptionHelper.class.php.


Member Function Documentation

static axOptionHelper::export ( name,
value = "" 
) [static]

Constructor static alias.

Constructor.

Parameters:
string$name
scalar$value[optional] [default ""]
Returns:
axOptionHelper

Definition at line 48 of file axOptionHelper.class.php.

Get the node's value (if any)

Returns:
mixed

Reimplemented from axBaseHelper.

Definition at line 38 of file axOptionHelper.class.php.

Set the node's value.

Parameters:
mixed$value
Returns:
axHelper

Reimplemented from axBaseHelper.

Definition at line 30 of file axOptionHelper.class.php.


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables