PHP Class AcmePhp\Cli\Action\AbstractFlysystemAction

Author: Titouan Galopin ([email protected])
Inheritance: extends AbstractAction
Afficher le fichier Open project: acmephp/acmephp

Protected Properties

Свойство Type Description
$master League\Flysystem\FilesystemInterface

Méthodes publiques

Méthode Description
__construct ( League\Flysystem\FilesystemInterface $master )
handle ( $config, CertificateResponse $response )

Méthodes protégées

Méthode Description
createAdapter ( array $config ) : League\Flysystem\AdapterInterface
getLastError ( League\Flysystem\AdapterInterface $adapter ) : string

Private Methods

Méthode Description
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 )

Method Details

__construct() public méthode

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

createAdapter() abstract protected méthode

abstract protected createAdapter ( array $config ) : League\Flysystem\AdapterInterface
$config array
Résultat League\Flysystem\AdapterInterface

getLastError() abstract protected méthode

abstract protected getLastError ( League\Flysystem\AdapterInterface $adapter ) : string
$adapter League\Flysystem\AdapterInterface
Résultat string

handle() public méthode

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

Property Details

$master protected_oe property

protected FilesystemInterface,League\Flysystem $master
Résultat League\Flysystem\FilesystemInterface