Example #1
0
 function __construct(Textarea $field)
 {
     $this->field = $field;
     $this->attribs = $field->GetHtmlAttributes();
 }