Exemplo n.º 1
0
 /**
  * 
  * @param Custom $field The field
  */
 function __construct(Custom $field)
 {
     $this->field = $field;
     $this->attribs = $field->GetHtmlAttributes();
 }