DataSift\Storyplayer\PlayerLib\TestEnvironment_Player::__construct PHP Method

__construct() public method

public __construct ( $wrappedPlayers, DataSift\Storyplayer\Injectables $injectables )
$injectables DataSift\Storyplayer\Injectables
    public function __construct($wrappedPlayers, Injectables $injectables)
    {
        $this->wrappedPlayers = $wrappedPlayers;
        $this->startupPhases = $injectables->activeConfig->getData('storyplayer.phases.testEnvStartup');
        $this->shutdownPhases = $injectables->activeConfig->getData('storyplayer.phases.testEnvShutdown');
    }
TestEnvironment_Player