Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • GXCoreLoader
  • GXCoreLoaderSettings
  • StaticGXCoreLoader

Class GXCoreLoaderSettings

Class GXCoreLoaderSettings

Wraps needed settings from the environment.

GXCoreLoaderSettings implements GXCoreLoaderSettingsInterface
Package: Loaders\GXCoreLoader
Category: System
Located at Loaders/GXCoreLoader/GXCoreLoaderSettings.inc.php

Methods summary

public
# __construct( )

Uses the credentials in configure.php for setting the member variables

Uses the credentials in configure.php for setting the member variables

public string
# getDatabaseName( )

Get database name value from config.

Get database name value from config.

Returns

string

Implementation of

GXCoreLoaderSettingsInterface::getDatabaseName()
public string
# getDatabasePassword( )

Get database password value from config.

Get database password value from config.

Returns

string

Implementation of

GXCoreLoaderSettingsInterface::getDatabasePassword()
public string
# getDatabaseServer( )

Get database server value from config.

Get database server value from config.

Returns

string

Implementation of

GXCoreLoaderSettingsInterface::getDatabaseServer()
public string
# getDatabaseUser( )

Get database user value from config.

Get database user value from config.

Returns

string

Implementation of

GXCoreLoaderSettingsInterface::getDatabaseUser()
public mixed|string
# getDatabaseSocket( )

Get database socket value from config.

Get database socket value from config.

Returns

mixed|string

Properties summary

protected string $databaseUser

Database User Value

Database User Value

#
protected string $databasePassword

Database Password Value

Database Password Value

#
protected string $databaseServer

Database Server Value

Database Server Value

#
protected string $databaseName

Database Name Value

Database Name Value

#
protected string $databaseSocket

Database Socket Value

Database Socket Value

#
API documentation generated by ApiGen