/polyphony/main/library/StartupCheck/StartupCheck.class.php

Description
Classes
Class Description
StartupCheck
Includes
require_once (POLYPHONY."/main/library/StartupCheck/CommonRequirements/include.php") (line 22)

then include our common requirements

require_once (POLYPHONY."/main/library/StartupCheck/StartupRequirement.interface.php") (line 16)

include our StartupRequirement interface

Constants
STARTUP_STATUS_ERROR = 3 (line 34)

Says the requirement is not met and that there is an internal error that can't be fixed.

  • name: STARTUP_STATUS_ERROR
STARTUP_STATUS_NEEDS_INSTALL = (line 58)

Says the requirement will be met after installing/configuring some system components.

  • name: STARTUP_STATUS_NEEDS_INSTALL
STARTUP_STATUS_NEEDS_UPDATE = 1 (line 40)

Says the requirement will be met after doing some internal updating.

  • name: STARTUP_STATUS_NEEDS_UPDATE
STARTUP_STATUS_NEEDS_USER_INPUT = 5 (line 46)

Says the requirement will need user input before it can be updated.

  • name: STARTUP_STATUS_NEEDS_USER_INPUT
STARTUP_STATUS_NOT_CHECKED = 4 (line 52)

Says the requirement has not yet been checked.

  • name: STARTUP_STATUS_NOT_CHECKED
STARTUP_STATUS_OK = 2 (line 28)

Says requirement is met.

  • name: STARTUP_STATUS_OK

Documentation generated on Wed, 19 Sep 2007 10:26:40 -0400 by phpDocumentor 1.3.0RC3