コード例 #1
0
ファイル: Form.php プロジェクト: hoegrammer/civicrm-core
 /**
  * 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);
 }