onBeforeEdit() protected method

Executes before rendering the page for the Edit task.
protected onBeforeEdit ( )
Exemplo n.º 1
0
Arquivo: Html.php Projeto: akeeba/fof
 /**
  * Executes before rendering the page for the Edit task.
  */
 protected function onBeforeEdit()
 {
     // Hide main menu
     \JFactory::getApplication()->input->set('hidemainmenu', true);
     parent::onBeforeEdit();
 }