PHP 클래스 Kraken\Root\Console\Client\Boot\ClientBoot

파일 보기 프로젝트 열기: kraken-php/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$controllerClass string
$controllerParams mixed[]
$params string[]

공개 메소드들

메소드 설명
__construct ( )
__destruct ( )
boot ( string $path ) : Kraken\Console\Client\ClientInterface
constructor ( mixed[] $args ) : ClientBoot
controller ( string $class ) : ClientBoot
params ( string[] $params ) : ClientBoot

메소드 상세

__construct() 공개 메소드

public __construct ( )

__destruct() 공개 메소드

public __destruct ( )

boot() 공개 메소드

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

constructor() 공개 메소드

public constructor ( mixed[] $args ) : ClientBoot
$args mixed[]
리턴 ClientBoot

controller() 공개 메소드

public controller ( string $class ) : ClientBoot
$class string
리턴 ClientBoot

params() 공개 메소드

public params ( string[] $params ) : ClientBoot
$params string[]
리턴 ClientBoot

프로퍼티 상세

$controllerClass 보호되어 있는 프로퍼티

protected string $controllerClass
리턴 string

$controllerParams 보호되어 있는 프로퍼티

protected mixed[] $controllerParams
리턴 mixed[]

$params 보호되어 있는 프로퍼티

protected string[] $params
리턴 string[]