Detailed Description
Variant selection container class
Definition at line 7 of file oxselection.php.
Constructor & Destructor Documentation
oxSelection::__construct |
( |
|
$sName, |
|
|
|
$sValue, |
|
|
|
$blDisabled, |
|
|
|
$blActive |
|
) |
| |
Initializes oxSelection object
- Parameters
-
string | $sName | selection name |
string | $sValue | selection value |
string | $blDisabled | selection state - disabled/enabled |
string | $blActive | selection state - active/inactive |
- Returns
- null
Definition at line 48 of file oxselection.php.
Member Function Documentation
Returns selection link (currently returns "#")
- Returns
- string
Definition at line 121 of file oxselection.php.
oxSelection::getValue |
( |
| ) |
|
oxSelection::isActive |
( |
| ) |
|
Returns TRUE if current selection is active (chosen)
- Returns
- bool
Definition at line 81 of file oxselection.php.
oxSelection::isDisabled |
( |
| ) |
|
Returns TRUE if current selection is disabled
- Returns
- bool
Definition at line 91 of file oxselection.php.
oxSelection::setActiveState |
( |
|
$blActive | ) |
|
Sets selection active/inactive
- Parameters
-
bool | $blActive | selection state TRUE/FALSE |
Definition at line 101 of file oxselection.php.
oxSelection::setDisabled |
( |
|
$blDisabled | ) |
|
Sets selection disabled/enables
- Parameters
-
bool | $blDisabled | selection state TRUE/FALSE |
Definition at line 111 of file oxselection.php.
Member Data Documentation
oxSelection::$_blActive = null |
|
protected |
oxSelection::$_blDisabled = null |
|
protected |
oxSelection::$_sName = null |
|
protected |
oxSelection::$_sValue = null |
|
protected |
The documentation for this class was generated from the following file: