Class Precheck
Class Precheck
Methods summary
protected
_checkSettings( KeyValueCollection $settings )
Verifies that the settings collection parameter contains all necessary entries.
protected
_getConfigurationValues( void )
: KeyValueCollection
Loads the configuration from the database and returns it as collection.
protected
_recursiveGlobSearch( string $pattern, integer $flags = 0 )
: array
Performs a recursive glob search.
protected
_hasForeignModuleOrgamax( void )
: boolean
Determines if the foreign module Orgamax is installed.
protected
_hasForeignModuleEstelcoPdfCatalog( void )
: boolean
Determines if the foreign module PDF Katalog (Estelco) is installed.
protected
_hasForeignModuleJtlWawiConnector( void )
: boolean
Determines if the foreign module JTL Wawi Connector is installed.
protected
_hasForeignModuleCatenoShopsync( void )
: boolean
Determines if the foreign module Cateno Shopsync is installed.
protected
_hasForeignModuleOpenCart( void )
: boolean
Determines if the foreign module Open Cart (Offene Warenkörbe) is installed.
protected
_hasForeignModuleIndivStyleBlog( void )
: boolean
Determines if the foreign module Blog (Indiv Style) is installed.
protected
_hasForeignModuleIndivStyleFreeProducts( void )
: boolean
Determines if the foreign module Gratisartikel (Indiv Style) - Free products is installed.
protected
_hasForeignModuleIndivStyleOpenCart( void )
: boolean
Determines if the foreign module Offene Warenkörbe (Indiv Style) - Open cart is installed.
public
getAdditionalTemplates( void )
: array
Returns an array of additional installed templates (template name).
public
isInstalledMobileCandy( void )
: boolean
Determines if the MobileCandy template is installed.
public
getForeignPaymentModules( array $defaultModules )
: array
Returns an array of foreign installed payment modules.
public
getForeignShippingModules( array $defaultModules )
: array
Returns an array of foreign installed shipping modules.
public
getForeignOrderTotalModules( array $defaultModules )
: array
Returns an array of foreign installed order total modules.
public
isPhpVersionAboveMinimum( void )
: boolean
Determines if the installed PHP version is above the minimum version required. If true, the result is positive.
public
isPhpVersionBelowMaximum( void )
: boolean
Determines if the installed PHP version is below the maximum version required. If true, the result is positive.
public
isUsingWindowsOs( void )
: boolean
Determines if the server is running on windows operating system.
public
isMySqlVersionAboveMinimum( void )
: boolean
Determines if the installed MySQL version is above the minimum version required. If true, the result is positive.
public
isMySqlVersionBelowMaximum( void )
: boolean
Determines if the installed MySQL version is below the maximum version required. If true, the result is positive.
Properties summary
protected
$dangerousToolsGlobs
: array
Collection of globs to find dangerous tools like 'adminer' or 'dumper'.