PHP 클래스 Kraken\Loop\Flow\FlowController

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

공개 프로퍼티들

프로퍼티 타입 설명
$isRunning boolean

공개 메소드들

메소드 설명
__construct ( )
__destruct ( )
isRunning ( ) : boolean Check if FlowController allows loop to run.
start ( ) Set FlowController to allow loop to run.
stop ( ) Set FlowController to not allow loop to run.

메소드 상세

__construct() 공개 메소드

public __construct ( )

__destruct() 공개 메소드

public __destruct ( )

isRunning() 공개 메소드

Check if FlowController allows loop to run.
public isRunning ( ) : boolean
리턴 boolean

start() 공개 메소드

Set FlowController to allow loop to run.
public start ( )

stop() 공개 메소드

Set FlowController to not allow loop to run.
public stop ( )

프로퍼티 상세

$isRunning 공개적으로 프로퍼티

public bool $isRunning
리턴 boolean