HosipLan

Untitled

Sep 18th, 2011
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. public function render()
  2. {
  3.     $form = clone $this->getElementPrototype();
  4.     $form->add($this['dns']->control);
  5.     $form->add($this['submit']->control);
  6.     echo $form;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment