AdminPageFramework_Form_admin_page::getPageOptions PHP Method

getPageOptions() public method

public getPageOptions ( $aOptions, $sPageSlug )
    public function getPageOptions($aOptions, $sPageSlug)
    {
        $_aOtherPageOptions = $this->getOtherPageOptions($aOptions, $sPageSlug);
        return $this->invertCastArrayContents($aOptions, $_aOtherPageOptions);
    }