Example #1
0
 public function render($args)
 {
     parent::render($args);
 }
Example #2
0
 public function __construct($field)
 {
     parent::__construct($field);
 }
Example #3
0
 public function __construct($field)
 {
     parent::__construct($field);
     //$this->subtype = $field['subtype'];//text etc
 }