renderControls() public method

Renders group of controls.
public renderControls ( $parent ) : string
return string
Example #1
0
 public function renderControls($parent)
 {
     $this->controlsInit();
     return parent::renderControls($parent);
 }