XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
XoopsInstallWizard Class Reference

Public Member Functions

 baseLocation ()
 
 checkAccess ()
 
 CreateForm ()
 
 initLanguage ($language)
 
 loadLangFile ($file)
 
 pageURI ($page)
 
 redirectToPage ($page, $status=303, $message= 'See other')
 
 setPage ($page)
 
 xoInit ()
 

Public Attributes

 $configs = array()
 
 $currentPage = 'langselect'
 
 $language = 'english'
 
 $pageIndex = 0
 
 $pages = array()
 

Detailed Description

Definition at line 27 of file installwizard.php.

Member Function Documentation

XoopsInstallWizard::baseLocation ( )

Definition at line 168 of file installwizard.php.

References $_SERVER.

Referenced by pageURI().

Here is the caller graph for this function:

XoopsInstallWizard::checkAccess ( )

Definition at line 92 of file installwizard.php.

References $_SERVER, $GLOBALS, install_acceptUser(), INSTALL_PASSWORD, INSTALL_USER, and redirect_header().

Referenced by xoInit().

Here is the call graph for this function:

Here is the caller graph for this function:

XoopsInstallWizard::CreateForm ( )

Definition at line 209 of file installwizard.php.

References $form, $ret, and form.

XoopsInstallWizard::initLanguage (   $language)

Definition at line 138 of file installwizard.php.

References $language, and loadLangFile().

Referenced by xoInit().

Here is the call graph for this function:

Here is the caller graph for this function:

XoopsInstallWizard::loadLangFile (   $file)

Definition at line 129 of file installwizard.php.

Referenced by initLanguage().

Here is the caller graph for this function:

XoopsInstallWizard::pageURI (   $page)

Definition at line 176 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' 
)

Definition at line 200 of file installwizard.php.

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

Here is the call graph for this function:

XoopsInstallWizard::setPage (   $page)

Definition at line 148 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 35 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 33 of file installwizard.php.

Referenced by xoInit().

XoopsInstallWizard::$currentPage = 'langselect'

Definition at line 31 of file installwizard.php.

XoopsInstallWizard::$language = 'english'

Definition at line 29 of file installwizard.php.

Referenced by initLanguage().

XoopsInstallWizard::$pageIndex = 0

Definition at line 32 of file installwizard.php.

Referenced by pageURI(), and setPage().

XoopsInstallWizard::$pages = array()

Definition at line 30 of file installwizard.php.

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


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