PHP 인터페이스 Kraken\Runtime\RuntimeContextInterface

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

공개 메소드들

메소드 설명
getAlias ( ) : string Return alias of current container.
getArgs ( ) : string[] Return context arguments passed to runtime on construction.
getName ( ) : string Return name or class of current container.
getParent ( ) : string | null Return parent alias or null if current RuntimeContainer is root.
getType ( ) : string Return type of RuntimeContainer.

메소드 상세

getAlias() 공개 메소드

Return alias of current container.
public getAlias ( ) : string
리턴 string

getArgs() 공개 메소드

Return context arguments passed to runtime on construction.
public getArgs ( ) : string[]
리턴 string[]

getName() 공개 메소드

Return name or class of current container.
public getName ( ) : string
리턴 string

getParent() 공개 메소드

Return parent alias or null if current RuntimeContainer is root.
public getParent ( ) : string | null
리턴 string | null

getType() 공개 메소드

This method returns one of: Runtime::UNIT_PROCESS, Runtime::UNIT_THREAD, Runtime::UNIT_UNDEFINED.
public getType ( ) : string
리턴 string