XOOPS  2.6.0
XoopsInstallWizard Class Reference

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()
 

Detailed Description

Definition at line 25 of file installwizard.php.

Member Function Documentation

XoopsInstallWizard::baseLocation ( )
Returns
string

Definition at line 191 of file installwizard.php.

References $_SERVER, and $base.

Referenced by pageURI().

Here is the caller graph for this function:

XoopsInstallWizard::checkAccess ( )
Returns
bool

Definition at line 91 of file installwizard.php.

References $_SERVER, $xoops, $xoopsOption, Xoops\getInstance(), install_acceptUser(), INSTALL_PASSWORD, and INSTALL_USER.

Referenced by xoInit().

Here is the call graph for this function:

Here is the caller graph for this function:

XoopsInstallWizard::cleanCache (   $cacheFolder)

Definition at line 282 of file installwizard.php.

References $files, and $i.

XoopsInstallWizard::CreateForm ( )
Returns
string

Definition at line 249 of file installwizard.php.

References $form, and form.

XoopsInstallWizard::initLanguage (   $language)
Parameters
string$language
Returns
void

Definition at line 151 of file installwizard.php.

References $language, loadLangFile(), and XOOPS_INSTALL_PATH.

Referenced by xoInit().

Here is the call graph for this function:

Here is the caller graph for this function:

XoopsInstallWizard::loadLangFile (   $file)
Parameters
string$file
Returns
void

Definition at line 136 of file installwizard.php.

References $file, and XOOPS_INSTALL_PATH.

Referenced by initLanguage().

Here is the caller graph for this function:

XoopsInstallWizard::pageURI (   $page)
Parameters
$page
Returns
string

Definition at line 204 of file installwizard.php.

References $page, $pageIndex, $pages, and baseLocation().

Referenced by redirectToPage().

Here is the call graph for this function:

Here is the caller graph for this function:

XoopsInstallWizard::redirectToPage (   $page,
  $status = 303,
  $message = 'See other' 
)
Parameters
string$page
int$status
string$message
Returns
void

Definition at line 237 of file installwizard.php.

References $_SERVER, $page, and pageURI().

Here is the call graph for this function:

XoopsInstallWizard::setPage (   $page)
Parameters
string$page
Returns
bool|int

Definition at line 166 of file installwizard.php.

References $page, $pageIndex, and $pages.

Referenced by xoInit().

Here is the caller graph for this function:

XoopsInstallWizard::xoInit ( )

Definition at line 57 of file installwizard.php.

References $_SERVER, $configs, $pages, checkAccess(), initLanguage(), and setPage().

Here is the call graph for this function:

Member Data Documentation

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.

Referenced by pageURI(), and setPage().

XoopsInstallWizard::$pages = array()

Definition at line 35 of file installwizard.php.

Referenced by pageURI(), setPage(), and xoInit().


The documentation for this class was generated from the following file: