Exemplo n.º 1
0
 /**
  * Set a setup variable
  *
  * Method will set a setup variable that is stored in the database
  *
  * @access protected
  * @param string $name The setup variable name
  * @param string $val The value to store as the setup variable
  * @return bool TRUE if the setup varaible was set successfully, FALSE otherwise
  */
 public function setSetupVariable($name, $value)
 {
     return parent::setSetupVariable($this->getid(), $name, $value);
 }