render() публичный Метод

Renders the complete settings box content.
С версии: 3.0.0
public render ( ) : void
Результат void
Пример #1
0
 /**
  * Displays the module options page form fields.
  *
  * @since 0.1
  *
  * @return void
  */
 public function draw_options_page_form_fields()
 {
     $data = new Mlp_Quicklink_Positions_Data($this->nonce);
     $box = new SettingsBoxView($data);
     $box->render();
 }