DataSift\Storyplayer\HostLib\PhysicalHosts::__construct PHP Method

__construct() public method

public __construct ( StoryTeller $st )
$st DataSift\Storyplayer\PlayerLib\StoryTeller
    public function __construct(StoryTeller $st)
    {
        // remember
        $this->st = $st;
    }