PHP Class DataSift\Storyplayer\Cli\Feature_LocalhostSupport

Inheritance: implements DataSift\Storyplayer\Cli\Feature
Datei anzeigen Open project: datasift/storyplayer

Public Methods

Method Description
addSwitches ( Phix_Project\CliEngine\CliCommand $command, $additionalContext )
initAfterModulesAvailable ( StoryTeller $st, Phix_Project\CliEngine $engine, DataSift\Storyplayer\Injectables $injectables )
initBeforeModulesAvailable ( Phix_Project\CliEngine $engine, Phix_Project\CliEngine\CliCommand $command, DataSift\Storyplayer\Injectables $injectables )

Protected Methods

Method Description
detectOs ( )

Method Details

addSwitches() public method

public addSwitches ( Phix_Project\CliEngine\CliCommand $command, $additionalContext )
$command Phix_Project\CliEngine\CliCommand

detectOs() protected method

protected detectOs ( )

initAfterModulesAvailable() public method

public initAfterModulesAvailable ( StoryTeller $st, Phix_Project\CliEngine $engine, DataSift\Storyplayer\Injectables $injectables )
$st DataSift\Storyplayer\PlayerLib\StoryTeller
$engine Phix_Project\CliEngine
$injectables DataSift\Storyplayer\Injectables

initBeforeModulesAvailable() public method

public initBeforeModulesAvailable ( Phix_Project\CliEngine $engine, Phix_Project\CliEngine\CliCommand $command, DataSift\Storyplayer\Injectables $injectables )
$engine Phix_Project\CliEngine
$command Phix_Project\CliEngine\CliCommand
$injectables DataSift\Storyplayer\Injectables