Kraken\Filesystem\Factory\LocalFactory::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($this->param($config, 'path'), $this->param($config, 'writeFlags'), $this->param($config, 'linkHandling'), $this->param($config, 'permissions'));
    }