PHP Class Kraken\Loop\Flow\FlowController

Afficher le fichier Open project: kraken-php/framework

Méthodes publiques

Свойство Type Description
$isRunning boolean

Méthodes publiques

Méthode 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 méthode

public __construct ( )

__destruct() public méthode

public __destruct ( )

isRunning() public méthode

Check if FlowController allows loop to run.
public isRunning ( ) : boolean
Résultat boolean

start() public méthode

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

stop() public méthode

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

Property Details

$isRunning public_oe property

public bool $isRunning
Résultat boolean