Property | Type | Description | |
---|---|---|---|
$features | array | a list of the features that we've added to this command | |
$injectables | needed for when user presses CTRL+C | ||
$output | we track this for convenience | ||
$playerList | our list of players to execute | ||
$st | we need to track this for handling CTRL-C |
Method | Description | |
---|---|---|
__construct ( $injectables ) | ||
addFeature ( DataSift\Storyplayer\Cli\Feature $feature ) | ||
addFeatureSwitches ( ) | ||
initFeaturesAfterModulesAvailable ( |
||
initFeaturesBeforeModulesAvailable ( Phix_Project\CliEngine $engine ) |
public addFeature ( DataSift\Storyplayer\Cli\Feature $feature ) | ||
$feature | DataSift\Storyplayer\Cli\Feature |
public initFeaturesAfterModulesAvailable ( |
||
$st | ||
$engine | Phix_Project\CliEngine | |
$injectables | DataSift\Storyplayer\Injectables |
public initFeaturesBeforeModulesAvailable ( Phix_Project\CliEngine $engine ) | ||
$engine | Phix_Project\CliEngine |
protected array $features | ||
return | array |