PHP Class Kraken\Filesystem\Factory\FtpdFactory

Inheritance: extends Kraken\Filesystem\FilesystemAdapterSimpleFactory, implements Kraken\Util\Factory\SimpleFactoryInterface
Show file Open project: kraken-php/framework

Protected Methods

Method Description
getClass ( ) : string
getClient ( ) : string
getDefaults ( ) : mixed[]
onCreate ( mixed[] $config = [] ) : League\Flysystem\AdapterInterface

Method Details

getClass() protected method

protected getClass ( ) : string
return string

getClient() protected method

protected getClient ( ) : string
return string

getDefaults() protected method

protected getDefaults ( ) : mixed[]
return mixed[]

onCreate() protected method

protected onCreate ( mixed[] $config = [] ) : League\Flysystem\AdapterInterface
$config mixed[]
return League\Flysystem\AdapterInterface