Example #1
0
 /**
  * Render the field
  *
  * @return string
  */
 public function render()
 {
     return $this->form->renderField($this);
 }