PHP 클래스 AcmePhp\Cli\Action\AbstractFlysystemAction

저자: Titouan Galopin ([email protected])
상속: extends AbstractAction
파일 보기 프로젝트 열기: acmephp/acmephp

보호된 프로퍼티들

프로퍼티 타입 설명
$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