AcmePhp\Cli\Action\PushFtpAction::createAdapter PHP Méthode

createAdapter() protected méthode

protected createAdapter ( array $config ) : League\Flysystem\AdapterInterface
$config array
Résultat League\Flysystem\AdapterInterface
    protected function createAdapter($config)
    {
        return new FtpAdapter($config);
    }