onBeforeEdit() защищенный Метод

Executes before rendering the page for the Edit task.
protected onBeforeEdit ( )
Пример #1
0
 /**
  * The edit layout, editing a profile's name
  */
 protected function onBeforeEdit()
 {
     parent::onBeforeEdit();
     // Include tooltip support
     JHtml::_('behavior.tooltip');
 }