APF_Demo_HiddenPage::replyToLoadPage PHP Method

replyToLoadPage() public method

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