48     public function __construct($sName, $sValue, $blDisabled, $blActive)
 
   50         $this->_sName = $sName;
 
   51         $this->_sValue = $sValue;
 
   52         $this->_blDisabled = $blDisabled;
 
   53         $this->_blActive = $blActive;
 
   73         return getStr()->htmlspecialchars($this->_sName);
 
  103         $this->_blActive = $blActive;
 
  113         $this->_blDisabled = $blDisabled;