PHP Класс DataSift\Storyplayer\CommandLib\LocalClient

Автор: Stuart Herbert ([email protected])
Наследование: implements DataSift\Storyplayer\CommandLib\CommandClient
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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