PHP 클래스 DataSift\Storyplayer\CommandLib\LocalClient

저자: Stuart Herbert ([email protected])
상속: implements DataSift\Storyplayer\CommandLib\CommandClient
파일 보기 프로젝트 열기: datasift/storyplayer

보호된 프로퍼티들

프로퍼티 타입 설명
$st DataSift\Storyplayer\PlayerLib\StoryTeller

공개 메소드들

메소드 설명
__construct ( StoryTeller $st )
convertParamsForUse ( string $params ) : string
downloadFile ( $sourceFilename, $destFilename )
runCommand ( string $command ) : CommandResult
uploadFile ( $sourceFilename, $destFilename )

메소드 상세

__construct() 공개 메소드

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

convertParamsForUse() 공개 메소드

사용 중단:
public convertParamsForUse ( string $params ) : string
$params string
리턴 string

downloadFile() 공개 메소드

public downloadFile ( $sourceFilename, $destFilename )

runCommand() 공개 메소드

public runCommand ( string $command ) : CommandResult
$command string
리턴 CommandResult

uploadFile() 공개 메소드

public uploadFile ( $sourceFilename, $destFilename )

프로퍼티 상세

$st 보호되어 있는 프로퍼티

protected StoryTeller,DataSift\Storyplayer\PlayerLib $st
리턴 DataSift\Storyplayer\PlayerLib\StoryTeller