renderControls() public méthode

Renders group of controls.
public renderControls ( $parent ) : string
Résultat string
 public function renderControls($parent)
 {
     $this->controlsInit();
     return parent::renderControls($parent);
 }