Exemplo n.º 1
0
 /**
  * Renders fieldset into string
  * @return string
  */
 public function __toString()
 {
     $view = new View(strlen($this->getViewSrc()) ? $this->getViewSrc() : Fieldset::DEFAULT_VIEW);
     $view->fields = $this;
     return $view->__toString();
 }