onBeforeAdd() 보호된 메소드

Executes before rendering the page for the add task.
protected onBeforeAdd ( )
예제 #1
0
파일: Html.php 프로젝트: akeeba/fof
 /**
  * Executes before rendering the page for the Add task.
  */
 protected function onBeforeAdd()
 {
     // Hide main menu
     \JFactory::getApplication()->input->set('hidemainmenu', true);
     parent::onBeforeAdd();
 }