PHP Class Traq\Kernel

Author: Jack P.
Inheritance: extends Avalon\AppKernel
Afficher le fichier Open project: nirix/traq Class Usage Examples

Protected Properties

Свойство Type Description
$configDefaults array Configration defaults.
$loader

Méthodes publiques

Méthode Description
__construct ( )
registerNamespace ( string $namespace, string $directory ) Registers the namespace and directory with the autoloader.

Méthodes protégées

Méthode Description
configureDatabase ( ) Connect to the database.
configureTemplating ( ) Configure templating.
loadPlugins ( ) Load plugins.
loadRoutes ( ) Load routes.
loadTranslations ( ) Load translations.
setupAliases ( ) Alias commonly used helpers.

Method Details

__construct() public méthode

public __construct ( )

configureDatabase() protected méthode

Connect to the database.
protected configureDatabase ( )

configureTemplating() protected méthode

Configure templating.
protected configureTemplating ( )

loadPlugins() protected méthode

Load plugins.
protected loadPlugins ( )

loadRoutes() protected méthode

Load routes.
protected loadRoutes ( )

loadTranslations() protected méthode

Load translations.
protected loadTranslations ( )

registerNamespace() public static méthode

Registers the namespace and directory with the autoloader.
public static registerNamespace ( string $namespace, string $directory )
$namespace string
$directory string

setupAliases() protected méthode

Alias commonly used helpers.
protected setupAliases ( )

Property Details

$configDefaults protected_oe property

Configration defaults.
protected array $configDefaults
Résultat array

$loader protected_oe static_oe property

protected static $loader