PHP Class Kraken\Root\Console\Server\Boot\ServerBoot

Afficher le fichier Open project: kraken-php/framework

Protected Properties

Свойство Type Description
$controllerClass string
$controllerParams mixed[]
$params string[]
$runtimeController Kraken\Runtime\Container\Process\ProcessController

Méthodes publiques

Méthode Description
__construct ( Kraken\Runtime\Container\Process\ProcessController $runtimeController = null )
__destruct ( )
boot ( string $path ) : Kraken\Runtime\RuntimeContainerInterface
constructor ( mixed[] $args ) : ServerBoot
controller ( string $class ) : ServerBoot
params ( string[] $params ) : ServerBoot

Method Details

__construct() public méthode

public __construct ( Kraken\Runtime\Container\Process\ProcessController $runtimeController = null )
$runtimeController Kraken\Runtime\Container\Process\ProcessController

__destruct() public méthode

public __destruct ( )

boot() public méthode

public boot ( string $path ) : Kraken\Runtime\RuntimeContainerInterface
$path string
Résultat Kraken\Runtime\RuntimeContainerInterface

constructor() public méthode

public constructor ( mixed[] $args ) : ServerBoot
$args mixed[]
Résultat ServerBoot

controller() public méthode

public controller ( string $class ) : ServerBoot
$class string
Résultat ServerBoot

params() public méthode

public params ( string[] $params ) : ServerBoot
$params string[]
Résultat ServerBoot

Property Details

$controllerClass protected_oe property

protected string $controllerClass
Résultat string

$controllerParams protected_oe property

protected mixed[] $controllerParams
Résultat mixed[]

$params protected_oe property

protected string[] $params
Résultat string[]

$runtimeController protected_oe property

protected ProcessController,Kraken\Runtime\Container\Process $runtimeController
Résultat Kraken\Runtime\Container\Process\ProcessController