PHP Класс Gaufrette\Adapter\PhpseclibSftp

Наследование: implements Gaufrette\Adapter, implements Gaufrette\Adapter\FileFactory, implements Gaufrette\Adapter\ListKeysAware
Показать файл Открыть проект

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

Свойство Тип Описание
$create
$directory
$initialized
$sftp

Открытые методы

Метод Описание
__construct ( SFTP $sftp, string $directory = null, boolean $create = false )
createFile ( $key, Gaufrette\Filesystem $filesystem )
delete ( $key )
exists ( $key )
isDirectory ( $key )
keys ( )
listKeys ( $prefix = '' )
mtime ( $key )
read ( $key )
rename ( $sourceKey, $targetKey )
write ( $key, $content )

Защищенные методы

Метод Описание
computePath ( $key )
ensureDirectoryExists ( $directory, $create )
fetchKeys ( $directory = '', $onlyKeys = true )
initialize ( ) Performs the adapter's initialization.

Описание методов

__construct() публичный Метод

public __construct ( SFTP $sftp, string $directory = null, boolean $create = false )
$sftp phpseclib\Net\SFTP An Sftp instance
$directory string The distant directory
$create boolean Whether to create the remote directory if it does not exist

computePath() защищенный Метод

protected computePath ( $key )

createFile() публичный Метод

public createFile ( $key, Gaufrette\Filesystem $filesystem )
$filesystem Gaufrette\Filesystem

delete() публичный Метод

public delete ( $key )

ensureDirectoryExists() защищенный Метод

protected ensureDirectoryExists ( $directory, $create )

exists() публичный Метод

public exists ( $key )

fetchKeys() защищенный Метод

protected fetchKeys ( $directory = '', $onlyKeys = true )

initialize() защищенный Метод

It will ensure the root directory exists
protected initialize ( )

isDirectory() публичный Метод

public isDirectory ( $key )

keys() публичный Метод

public keys ( )

listKeys() публичный Метод

public listKeys ( $prefix = '' )

mtime() публичный Метод

public mtime ( $key )

read() публичный Метод

public read ( $key )

rename() публичный Метод

public rename ( $sourceKey, $targetKey )

write() публичный Метод

public write ( $key, $content )

Описание свойств

$create защищенное свойство

protected $create

$directory защищенное свойство

protected $directory

$initialized защищенное свойство

protected $initialized

$sftp защищенное свойство

protected $sftp