onBeforeEdit() 보호된 메소드

Executes before rendering the page for the Edit task.
protected onBeforeEdit ( )
예제 #1
0
파일: Html.php 프로젝트: 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();
 }