Exemplo n.º 1
0
 /**
  * Get a setup variable
  *
  * Method will return a setup variable that is stored in the database
  *
  * @access public
  * @param mixed &$ref The referenced value to store the setup value in
  * @param string $name The setup variable name
  * @return bool TRUE if the setup varaible was found, FALSE otherwise
  */
 public function getSetupVariable(&$ref, $name)
 {
     return parent::getSetupVariable($ref, $this->getid(), $name);
 }