PHP Class DataSift\Storyplayer\CommandLib\LocalClient

Inheritance: implements DataSift\Storyplayer\CommandLib\CommandClient
Show file Open project: datasift/storyplayer

Protected Properties

Property Type Description
$st DataSift\Storyplayer\PlayerLib\StoryTeller

Public Methods

Method Description
__construct ( StoryTeller $st )
convertParamsForUse ( string $params ) : string
downloadFile ( $sourceFilename, $destFilename )
runCommand ( string $command ) : CommandResult
uploadFile ( $sourceFilename, $destFilename )

Method Details

__construct() public method

public __construct ( StoryTeller $st )
$st DataSift\Storyplayer\PlayerLib\StoryTeller

convertParamsForUse() public method

Deprecation:
public convertParamsForUse ( string $params ) : string
$params string
return string

downloadFile() public method

public downloadFile ( $sourceFilename, $destFilename )

runCommand() public method

public runCommand ( string $command ) : CommandResult
$command string
return CommandResult

uploadFile() public method

public uploadFile ( $sourceFilename, $destFilename )

Property Details

$st protected property

protected StoryTeller,DataSift\Storyplayer\PlayerLib $st
return DataSift\Storyplayer\PlayerLib\StoryTeller