XOOPS
2.6.0
|
Public Member Functions | |
baseLocation () | |
checkAccess () | |
cleanCache ($cacheFolder) | |
CreateForm () | |
initLanguage ($language) | |
loadLangFile ($file) | |
pageURI ($page) | |
redirectToPage ($page, $status=303, $message= 'See other') | |
setPage ($page) | |
xoInit () | |
Public Attributes | |
$configs = array() | |
$currentPage = 'langselect' | |
$form | |
$language = 'en_US' | |
$pageIndex = 0 | |
$pages = array() | |
Definition at line 25 of file installwizard.php.
XoopsInstallWizard::baseLocation | ( | ) |
Definition at line 191 of file installwizard.php.
References $_SERVER, and $base.
Referenced by pageURI().
XoopsInstallWizard::checkAccess | ( | ) |
Definition at line 91 of file installwizard.php.
References $_SERVER, $xoops, $xoopsOption, Xoops\getInstance(), install_acceptUser(), INSTALL_PASSWORD, and INSTALL_USER.
Referenced by xoInit().
XoopsInstallWizard::cleanCache | ( | $cacheFolder | ) |
Definition at line 282 of file installwizard.php.
XoopsInstallWizard::CreateForm | ( | ) |
XoopsInstallWizard::initLanguage | ( | $language | ) |
string | $language |
Definition at line 151 of file installwizard.php.
References $language, loadLangFile(), and XOOPS_INSTALL_PATH.
Referenced by xoInit().
XoopsInstallWizard::loadLangFile | ( | $file | ) |
string | $file |
Definition at line 136 of file installwizard.php.
References $file, and XOOPS_INSTALL_PATH.
Referenced by initLanguage().
XoopsInstallWizard::pageURI | ( | $page | ) |
$page |
Definition at line 204 of file installwizard.php.
References $page, $pageIndex, $pages, and baseLocation().
Referenced by redirectToPage().
XoopsInstallWizard::redirectToPage | ( | $page, | |
$status = 303 , |
|||
$message = 'See other' |
|||
) |
string | $page | |
int | $status | |
string | $message |
Definition at line 237 of file installwizard.php.
References $_SERVER, $page, and pageURI().
XoopsInstallWizard::setPage | ( | $page | ) |
string | $page |
Definition at line 166 of file installwizard.php.
References $page, $pageIndex, and $pages.
Referenced by xoInit().
XoopsInstallWizard::xoInit | ( | ) |
Definition at line 57 of file installwizard.php.
References $_SERVER, $configs, $pages, checkAccess(), initLanguage(), and setPage().
XoopsInstallWizard::$configs = array() |
Definition at line 50 of file installwizard.php.
Referenced by xoInit().
XoopsInstallWizard::$currentPage = 'langselect' |
Definition at line 40 of file installwizard.php.
XoopsInstallWizard::$form |
Definition at line 55 of file installwizard.php.
Referenced by CreateForm().
XoopsInstallWizard::$language = 'en_US' |
Definition at line 30 of file installwizard.php.
Referenced by initLanguage().
XoopsInstallWizard::$pageIndex = 0 |
Definition at line 45 of file installwizard.php.
XoopsInstallWizard::$pages = array() |
Definition at line 35 of file installwizard.php.