DataSift\Storyplayer\ProvisioningLib\DelayedProvisioningDefinitionAction::toHost PHP Method

toHost() public method

public toHost ( $hostId )
    public function toHost($hostId)
    {
        // our embedded action does all the work
        $action = $this->action;
        $action($this->def, $hostId);
    }
DelayedProvisioningDefinitionAction