PHP Class Kraken\Loop\Flow\FlowController

Datei anzeigen Open project: kraken-php/framework

Public Properties

Property Type Description
$isRunning boolean

Public Methods

Method Description
__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.

Method Details

__construct() public method

public __construct ( )

__destruct() public method

public __destruct ( )

isRunning() public method

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

start() public method

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

stop() public method

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

Property Details

$isRunning public_oe property

public bool $isRunning
return boolean