Property | Type | Description | |
---|---|---|---|
$shutdownPhases | array | a list of the phases that we need to run once the story has finished | |
$startupPhases | array | a list of the phases we need to run to get everything ready to run the actual story | |
$storyFilename | string | path to the story that we are going to play | |
$storyPhases | array | a list of the phases that make up the story |
Method | Description | |
---|---|---|
__construct ( $storyFilename, DataSift\Storyplayer\Injectables $injectables ) | ||
play ( |
public __construct ( $storyFilename, DataSift\Storyplayer\Injectables $injectables ) | ||
$injectables | DataSift\Storyplayer\Injectables |
public play ( |
||
$st | ||
$injectables | DataSift\Storyplayer\Injectables |
protected array $shutdownPhases | ||
return | array |
protected array $startupPhases | ||
return | array |
protected string $storyFilename | ||
return | string |
protected array $storyPhases | ||
return | array |