DataSift\Storyplayer\OsLib\OsBase::getClient PHP Method

getClient() abstract public method

abstract public getClient ( DataSift\Storyplayer\PlayerLib\Storyteller $st, DataSift\Storyplayer\HostLib\HostDetails $hostDetails ) : DataSift\Storyplayer\CommandLib\CommandClient
$st DataSift\Storyplayer\PlayerLib\Storyteller our module loader
$hostDetails DataSift\Storyplayer\HostLib\HostDetails the details for the host we want a client for
return DataSift\Storyplayer\CommandLib\CommandClient
    public abstract function getClient($st, $hostDetails);