Exemplo n.º 1
0
 /**
  * Store the variable with the value in the form scope.
  *
  * @param string $name
  *   Name of the variable.
  * @param mixed $value
  *   Value of the variable.
  */
 public function set($name, $value)
 {
     $this->controller->set($name, $value);
 }