Method |
Description |
|
getClass ( ) : string |
Return class of adapter. |
|
getClient ( ) : string |
Return client class for adapter creation if it needs one. |
|
getDefaults ( ) : mixed[] |
Return array with default settings that needs to be passed to adapter. |
|
onCreate ( mixed[] $config = [] ) : League\Flysystem\AdapterInterface |
Factory method for adapter. |
|
param ( mixed[] $local, string $name ) : mixed | null |
Return param saved under specified key in local settings or fallbacks to global settings. |
|
params ( mixed[] $local = [] ) : mixed[] |
Return given local settings merged onto global ones. |
|