onBeforeEdit() protected méthode

Executes before rendering the page for the Edit task.
protected onBeforeEdit ( )
Exemple #1
0
 /**
  * Executes before rendering the page for the Edit task.
  */
 protected function onBeforeEdit()
 {
     // Hide main menu
     \JFactory::getApplication()->input->set('hidemainmenu', true);
     parent::onBeforeEdit();
 }