예제 #1
0
파일: Page.php 프로젝트: Sywooch/forums
 protected function _preSave()
 {
     if (isset($GLOBALS[Tinhte_XenTag_Constants::GLOBALS_CONTROLLERADMIN_PAGE_SAVE])) {
         $GLOBALS[Tinhte_XenTag_Constants::GLOBALS_CONTROLLERADMIN_PAGE_SAVE]->Tinhte_XenTag_actionSave($this);
     }
     return parent::_preSave();
 }
예제 #2
0
 protected function _preSave()
 {
     if (isset($GLOBALS[Tinhte_XenTag_Constants::GLOBALS_CONTROLLERADMIN_PAGE_SAVE])) {
         /** @var Tinhte_XenTag_XenForo_ControllerAdmin_Page $controller */
         $controller = $GLOBALS[Tinhte_XenTag_Constants::GLOBALS_CONTROLLERADMIN_PAGE_SAVE];
         $controller->Tinhte_XenTag_actionSave($this);
     }
     parent::_preSave();
 }