renderBody() public méthode

Renders form body.
public renderBody ( ) : string
Résultat string
 public function renderBody()
 {
     $this->controlsInit();
     return parent::renderBody();
 }