PHP Class FluxBB\Core\Application

Inheritance: extends Illuminate\Container\Container, implements Illuminate\Contracts\Foundation\Application
Afficher le fichier Open project: fluxbb/core

Protected Properties

Свойство Type Description
$basePath
$bootedCallbacks
$bootingCallbacks
$isBooted
$registered

Méthodes publiques

Méthode Description
__construct ( $basePath )
basePath ( )
boot ( )
booted ( mixed $callback ) : void Register a new "booted" listener.
booting ( mixed $callback ) : void Register a new boot listener.
environment ( ) : string Get or check the current application environment.
isDownForMaintenance ( ) : boolean Determine if the application is currently down for maintenance.
register ( $provider, $options = [], $force = false )
registerConfiguredProviders ( ) : void Register all of the configured providers.
registerDeferredProvider ( string $provider, string $service = null ) : void Register a deferred provider and service.
version ( ) : string Get the version number of the application.

Méthodes protégées

Méthode Description
makeProvider ( string $providerClass ) : ServiceProvider

Private Methods

Méthode Description
fireAppCallbacks ( $callbacks )

Method Details

__construct() public méthode

public __construct ( $basePath )

basePath() public méthode

public basePath ( )

boot() public méthode

public boot ( )

booted() public méthode

Register a new "booted" listener.
public booted ( mixed $callback ) : void
$callback mixed
Résultat void

booting() public méthode

Register a new boot listener.
public booting ( mixed $callback ) : void
$callback mixed
Résultat void

environment() public méthode

Get or check the current application environment.
public environment ( ) : string
Résultat string

isDownForMaintenance() public méthode

Determine if the application is currently down for maintenance.
public isDownForMaintenance ( ) : boolean
Résultat boolean

makeProvider() protected méthode

protected makeProvider ( string $providerClass ) : ServiceProvider
$providerClass string
Résultat Illuminate\Support\ServiceProvider

register() public méthode

public register ( $provider, $options = [], $force = false )

registerConfiguredProviders() public méthode

Register all of the configured providers.
public registerConfiguredProviders ( ) : void
Résultat void

registerDeferredProvider() public méthode

Register a deferred provider and service.
public registerDeferredProvider ( string $provider, string $service = null ) : void
$provider string
$service string
Résultat void

version() public méthode

Get the version number of the application.
public version ( ) : string
Résultat string

Property Details

$basePath protected_oe property

protected $basePath

$bootedCallbacks protected_oe property

protected $bootedCallbacks

$bootingCallbacks protected_oe property

protected $bootingCallbacks

$isBooted protected_oe property

protected $isBooted

$registered protected_oe property

protected $registered