onBeforeEdit() protected method

Executes before rendering the page for the Edit task.
protected onBeforeEdit ( )
Esempio n. 1
0
File: Html.php Progetto: 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();
 }