PHP 클래스 Traq\Kernel

저자: Jack P.
상속: extends Avalon\AppKernel
파일 보기 프로젝트 열기: nirix/traq 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$configDefaults array Configration defaults.
$loader

공개 메소드들

메소드 설명
__construct ( )
registerNamespace ( string $namespace, string $directory ) Registers the namespace and directory with the autoloader.

보호된 메소드들

메소드 설명
configureDatabase ( ) Connect to the database.
configureTemplating ( ) Configure templating.
loadPlugins ( ) Load plugins.
loadRoutes ( ) Load routes.
loadTranslations ( ) Load translations.
setupAliases ( ) Alias commonly used helpers.

메소드 상세

__construct() 공개 메소드

public __construct ( )

configureDatabase() 보호된 메소드

Connect to the database.
protected configureDatabase ( )

configureTemplating() 보호된 메소드

Configure templating.
protected configureTemplating ( )

loadPlugins() 보호된 메소드

Load plugins.
protected loadPlugins ( )

loadRoutes() 보호된 메소드

Load routes.
protected loadRoutes ( )

loadTranslations() 보호된 메소드

Load translations.
protected loadTranslations ( )

registerNamespace() 공개 정적인 메소드

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

setupAliases() 보호된 메소드

Alias commonly used helpers.
protected setupAliases ( )

프로퍼티 상세

$configDefaults 보호되어 있는 프로퍼티

Configration defaults.
protected array $configDefaults
리턴 array

$loader 보호되어 있는 정적으로 프로퍼티

protected static $loader