コード例 #1
0
ファイル: Textarea.php プロジェクト: zofe/dataform
 public function edit()
 {
     return Form::textarea($this->name, $this->value, $this->attributes);
 }