PHP 클래스 AcmePhp\Cli\Action\PushFtpAction

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

공개 메소드들

메소드 설명
getName ( )

보호된 메소드들

메소드 설명
createAdapter ( array $config ) : League\Flysystem\AdapterInterface
getLastError ( League\Flysystem\AdapterInterface $adapter ) : string

메소드 상세

createAdapter() 보호된 메소드

protected createAdapter ( array $config ) : League\Flysystem\AdapterInterface
$config array
리턴 League\Flysystem\AdapterInterface

getLastError() 보호된 메소드

protected getLastError ( League\Flysystem\AdapterInterface $adapter ) : string
$adapter League\Flysystem\AdapterInterface
리턴 string

getName() 공개 메소드

public getName ( )