Kraken\Filesystem\Factory\SftpFactory::onCreate PHP Метод

onCreate() защищенный Метод

protected onCreate ( mixed[] $config = [] ) : League\Flysystem\AdapterInterface
$config mixed[]
Результат League\Flysystem\AdapterInterface
    protected function onCreate($config = [])
    {
        $class = $this->getClass();
        return new $class($config);
    }