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

Afficher le fichier Open project: kraken-php/framework

Protected Properties

Свойство Type Description
$controllerClass string
$controllerParams mixed[]
$params string[]

Méthodes publiques

Méthode 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 méthode

public __construct ( )

__destruct() public méthode

public __destruct ( )

boot() public méthode

public boot ( string $path ) : Kraken\Console\Client\ClientInterface
$path string
Résultat Kraken\Console\Client\ClientInterface

constructor() public méthode

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

controller() public méthode

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

params() public méthode

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

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