APF_Demo_HiddenPage::replyToLoadPage PHP Метод

replyToLoadPage() публичный Метод

Called when the page starts loading.
public replyToLoadPage ( $oFactory )
    public function replyToLoadPage($oFactory)
    {
        $oFactory->setPageTitleVisibility(true);
        $oFactory->setPageHeadingTabsVisibility(false);
    }