PHP 클래스 Kraken\Root\Runtime\Boot\ThreadBoot

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

보호된 프로퍼티들

프로퍼티 타입 설명
$bootstrapPatterns string[]
$controllerParams mixed[]
$controllerPatterns string[]
$params string[]
$threadController Kraken\Runtime\Container\Thread\ThreadController

공개 메소드들

메소드 설명
__construct ( ThreadController $threadController = null )
__destruct ( )
boot ( string $path ) : Kraken\Runtime\RuntimeContainerInterface
bootstraps ( string | string[] $patternOrPatterns ) : ThreadBoot
constructor ( mixed[] $args ) : ThreadBoot
controllers ( string | string[] $patternOrPatterns ) : ThreadBoot
params ( string[] $params ) : ThreadBoot

메소드 상세

__construct() 공개 메소드

public __construct ( ThreadController $threadController = null )
$threadController Kraken\Runtime\Container\Thread\ThreadController

__destruct() 공개 메소드

public __destruct ( )

boot() 공개 메소드

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

bootstraps() 공개 메소드

public bootstraps ( string | string[] $patternOrPatterns ) : ThreadBoot
$patternOrPatterns string | string[]
리턴 ThreadBoot

constructor() 공개 메소드

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

controllers() 공개 메소드

public controllers ( string | string[] $patternOrPatterns ) : ThreadBoot
$patternOrPatterns string | string[]
리턴 ThreadBoot

params() 공개 메소드

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

프로퍼티 상세

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

protected string[] $bootstrapPatterns
리턴 string[]

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

protected mixed[] $controllerParams
리턴 mixed[]

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

protected string[] $controllerPatterns
리턴 string[]

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

protected string[] $params
리턴 string[]

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

protected ThreadController,Kraken\Runtime\Container\Thread $threadController
리턴 Kraken\Runtime\Container\Thread\ThreadController