43     public function __construct( $sName, $sValue, $blDisabled, $blActive )
 
   45         $this->_sName      = $sName;
 
   46         $this->_sValue     = $sValue;
 
   47         $this->_blDisabled = $blDisabled;
 
   48         $this->_blActive   = $blActive;
 
   68         return getStr()->htmlspecialchars( $this->_sName );
 
  100         $this->_blActive = $blActive;
 
  112         $this->_blDisabled = $blDisabled;