Kraken\Filesystem\Factory\FtpdFactory::onCreate PHP Méthode

onCreate() protected méthode

protected onCreate ( mixed[] $config = [] ) : League\Flysystem\AdapterInterface
$config mixed[]
Résultat League\Flysystem\AdapterInterface
    protected function onCreate($config = [])
    {
        $class = $this->getClass();
        return new $class($config);
    }