PHP Класс AcmePhp\Cli\Action\AbstractFlysystemAction

Автор: Titouan Galopin ([email protected])
Наследование: extends AbstractAction
Показать файл Открыть проект

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

Свойство Тип Описание
$master League\Flysystem\FilesystemInterface

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

Метод Описание
__construct ( League\Flysystem\FilesystemInterface $master )
handle ( $config, CertificateResponse $response )

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

Метод Описание
createAdapter ( array $config ) : League\Flysystem\AdapterInterface
getLastError ( League\Flysystem\AdapterInterface $adapter ) : string

Приватные методы

Метод Описание
createRuntimeException ( string $type, string $path, string $action, League\Flysystem\AdapterInterface $adapter ) : RuntimeException
mirror ( string $type, string $path, League\Flysystem\FilesystemInterface $remote, League\Flysystem\AdapterInterface $remoteAdapter )
mirrorDirectory ( string $path, League\Flysystem\FilesystemInterface $remote, League\Flysystem\AdapterInterface $remoteAdapter )
mirrorFile ( string $path, League\Flysystem\FilesystemInterface $remote, League\Flysystem\AdapterInterface $remoteAdapter )

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

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

public __construct ( League\Flysystem\FilesystemInterface $master )
$master League\Flysystem\FilesystemInterface

createAdapter() абстрактный защищенный метод

abstract protected createAdapter ( array $config ) : League\Flysystem\AdapterInterface
$config array
Результат League\Flysystem\AdapterInterface

getLastError() абстрактный защищенный метод

abstract protected getLastError ( League\Flysystem\AdapterInterface $adapter ) : string
$adapter League\Flysystem\AdapterInterface
Результат string

handle() публичный метод

public handle ( $config, CertificateResponse $response )
$response AcmePhp\Ssl\CertificateResponse

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

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

protected FilesystemInterface,League\Flysystem $master
Результат League\Flysystem\FilesystemInterface