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

Show file Open project: kraken-php/framework

Protected Properties

Property Type Description
$controllerClass string
$controllerParams mixed[]
$params string[]
$runtimeController Kraken\Runtime\Container\Process\ProcessController

Public Methods

Method 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 method

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

__destruct() public method

public __destruct ( )

boot() public method

public boot ( string $path ) : Kraken\Runtime\RuntimeContainerInterface
$path string
return Kraken\Runtime\RuntimeContainerInterface

constructor() public method

public constructor ( mixed[] $args ) : ServerBoot
$args mixed[]
return ServerBoot

controller() public method

public controller ( string $class ) : ServerBoot
$class string
return ServerBoot

params() public method

public params ( string[] $params ) : ServerBoot
$params string[]
return ServerBoot

Property Details

$controllerClass protected property

protected string $controllerClass
return string

$controllerParams protected property

protected mixed[] $controllerParams
return mixed[]

$params protected property

protected string[] $params
return string[]

$runtimeController protected property

protected ProcessController,Kraken\Runtime\Container\Process $runtimeController
return Kraken\Runtime\Container\Process\ProcessController