コード例 #1
0
ファイル: FormBuilder.php プロジェクト: ToddBudde/phrails
 /**
  * Set the required hint.  This will show up before the label.
  *
  * @return void
  * @author Justin Palmer
  **/
 public function setRequiredHint($value)
 {
     self::$required_hint = $value;
 }