PHP Class Kraken\Root\Console\Client\Boot\ClientBoot

Show file Open project: kraken-php/framework

Protected Properties

Property Type Description
$controllerClass string
$controllerParams mixed[]
$params string[]

Public Methods

Method Description
__construct ( )
__destruct ( )
boot ( string $path ) : Kraken\Console\Client\ClientInterface
constructor ( mixed[] $args ) : ClientBoot
controller ( string $class ) : ClientBoot
params ( string[] $params ) : ClientBoot

Method Details

__construct() public method

public __construct ( )

__destruct() public method

public __destruct ( )

boot() public method

public boot ( string $path ) : Kraken\Console\Client\ClientInterface
$path string
return Kraken\Console\Client\ClientInterface

constructor() public method

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

controller() public method

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

params() public method

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

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[]