Kraken\Filesystem\Factory\LocalFactory::onCreate PHP Method

onCreate() protected method

protected onCreate ( mixed[] $config = [] ) : League\Flysystem\AdapterInterface
$config mixed[]
return League\Flysystem\AdapterInterface
    protected function onCreate($config = [])
    {
        $class = $this->getClass();
        return new $class($this->param($config, 'path'), $this->param($config, 'writeFlags'), $this->param($config, 'linkHandling'), $this->param($config, 'permissions'));
    }