PHP Class Prose\TimedAction

Longer term, we probably need to move into running the actions in a subprocess of some kind, to make this much more robust than it is
Afficher le fichier Open project: datasift/storyplayer

Méthodes publiques

Свойство Type Description
$terminate

Protected Properties

Свойство Type Description
$action
$cleanupAction
$duration
$st

Méthodes publiques

Méthode Description
__construct ( StoryTeller $st, $action, $cleanupAction = null )
forExactly ( $duration )
getDuration ( )
handleSigAlarm ( )

Method Details

__construct() public méthode

public __construct ( StoryTeller $st, $action, $cleanupAction = null )
$st DataSift\Storyplayer\PlayerLib\StoryTeller

forExactly() public méthode

public forExactly ( $duration )

getDuration() public méthode

public getDuration ( )

handleSigAlarm() public méthode

public handleSigAlarm ( )

Property Details

$action protected_oe property

protected $action

$cleanupAction protected_oe property

protected $cleanupAction

$duration protected_oe property

protected $duration

$st protected_oe property

protected $st

$terminate public_oe property

public $terminate