PHP Class AcmePhp\Cli\Action\PushFtpAction

Author: Titouan Galopin ([email protected])
Inheritance: extends AbstractFlysystemAction
Show file Open project: acmephp/acmephp

Public Methods

Method Description
getName ( )

Protected Methods

Method Description
createAdapter ( array $config ) : League\Flysystem\AdapterInterface
getLastError ( League\Flysystem\AdapterInterface $adapter ) : string

Method Details

createAdapter() protected method

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

getLastError() protected method

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

getName() public method

public getName ( )