public array $default_config
private array $backend_aliases
private string $default_backend
public Map $default_backend_options
private string $backend_name
private bool $in_failover
Manager constructor.
public __construct({Array})
Parameter | Type | Description |
---|
$backend | string | |
$backend_options | Map | |
$name | string | |
public __destruct({Array})
public getAvailableBackends({Array})
Parameter | Type | Description |
---|
$ | false | |
Parameter | Type | Description |
---|
$name | string | |
$options | array | |
Parameter | Type | Description |
---|
$reset | bool | |
public configure({Array})
Parameter | Type | Description |
---|
$backend | string | |
$options | Map | |
public activateFailover({Array})
public failoverSync({Array})
public getBackend({Array})
public getBackendName({Array})
public setOption({Array})
Parameter | Type | Description |
---|
$name | string | |
$value | mixed | |
public getOption({Array})
Parameter | Type | Description |
---|
$name | string | |
Parameter | Type | Description |
---|
$path | string | |
$file | string | |
public authorise({Array})
Parameter | Type | Description |
---|
$redirect_uri | string | |
Alias to authorise() which is the CORRECT spelling.
public authorize({Array})
Parameter | Type | Description |
---|
$redirect_uri | string | |
public authorised({Array})
public authorized({Array})
public buildAuthURL({Array})
Parameter | Type | Description |
---|
$callback_url | string | |
Return a file object for a given path.
Parameter | Type | Description |
---|
$path | mixed | The path to a file object |
Return a directory object for a given path.
Parameter | Type | Description |
---|
$path | string | The path to a directory object |
Return a directory object for a given path.
Parameter | Type | Description |
---|
$path | string | |
$sort | int | |
$allow_hidden | bool | |
Return a directory object for a given path.
Parameter | Type | Description |
---|
$search | string | |
$path | string | |
$case_insensitive | bool | |
Parameter | Type | Description |
---|
$path | string | |
Parameter | Type | Description |
---|
$file | string | |
$offset | int | |
$maxlen | int | |
Parameter | Type | Description |
---|
$file | string | |
$data | string | |
$content_type | string | |
$overwrite | bool | |
Parameter | Type | Description |
---|
$path | string | |
$file | array | |
$overwrite | bool | |
Parameter | Type | Description |
---|
$source | string | |
$target | string | |
Parameter | Type | Description |
---|
$src | string | |
$dst | string | |
$recursive | bool | |
$srcManager | Manager | |
$callback | \Closure | |
Parameter | Type | Description |
---|
$src | string | |
$dst | string | |
$srcManager | Manager | |
Parameter | Type | Description |
---|
$path | string | |
Parameter | Type | Description |
---|
$path | string | |
$recurse | bool | |
Parameter | Type | Description |
---|
$path | string | |
Parameter | Type | Description |
---|
$path | string | |
Parameter | Type | Description |
---|
$path | string | |
Parameter | Type | Description |
---|
$skipRootReload | bool | |
public thumbnailURL({Array})
Parameter | Type | Description |
---|
$path | string | |
$width | int | |
$height | int | |
$format | string | |
$params | array | |
Parameter | Type | Description |
---|
$src | string | |
$dst | string | |
Parameter | Type | Description |
---|
$path | string | |
$key | string | |
$ | string | |
Parameter | Type | Description |
---|
$path | string | |
$values | array | |
Parameter | Type | Description |
---|
$path | string | |
Parameter | Type | Description |
---|
$path | string | |
$regex_filter | string | |
$sort | int | |
$show_hidden | bool | |
$relative_path | string | |
$ | false | |
Parameter | Type | Description |
---|
$path | string | |
Parameter | Type | Description |
---|
$path | string | |
public isReadable({Array})
Parameter | Type | Description |
---|
$path | string | |
public isWritable({Array})
Parameter | Type | Description |
---|
$path | string | |
Parameter | Type | Description |
---|
$path | string | |
Parameter | Type | Description |
---|
$path | string | |
Parameter | Type | Description |
---|
$path | string | |
Parameter | Type | Description |
---|
$path | string | |
public filectime({Array})
Parameter | Type | Description |
---|
$path | string | |
public filemtime({Array})
Parameter | Type | Description |
---|
$path | string | |
public fileatime({Array})
Parameter | Type | Description |
---|
$path | string | |
public fileperms({Array})
Parameter | Type | Description |
---|
$path | string | |
Parameter | Type | Description |
---|
$path | string | |
$mode | int | |
Parameter | Type | Description |
---|
$path | string | |
$user | string | |
Parameter | Type | Description |
---|
$path | string | |
$group | string | |
public mimeContentType({Array})
Parameter | Type | Description |
---|
$path | string | |
public md5Checksum({Array})
Parameter | Type | Description |
---|
$path | string | |
public previewURL({Array})
Parameter | Type | Description |
---|
$path | string | |
$params | array | |
public directURL({Array})
Parameter | Type | Description |
---|
$path | string | |
public openStream({Array})
Parameter | Type | Description |
---|
$path | string | |
$mode | string | |
public writeStream({Array})
Parameter | Type | Description |
---|
$stream | resource | |
$bytes | string | |
$length | int | |
public readStream({Array})
Parameter | Type | Description |
---|
$stream | resource | |
$length | int | |
public seekStream({Array})
Parameter | Type | Description |
---|
$stream | mixed | |
$offset | int | |
$whence | int | |
public tellStream({Array})
Parameter | Type | Description |
---|
$stream | mixed | |
public eofStream({Array})
Parameter | Type | Description |
---|
$stream | mixed | |
public truncateStream({Array})
Parameter | Type | Description |
---|
$stream | mixed | |
$size | int | |
public lockStream({Array})
Parameter | Type | Description |
---|
$stream | mixed | |
$operation | int | |
$wouldblock | int | |
public flushStream({Array})
Parameter | Type | Description |
---|
$stream | mixed | |
public getsStream({Array})
Parameter | Type | Description |
---|
$stream | mixed | |
$length | int | |
public closeStream({Array})
Parameter | Type | Description |
---|
$stream | resource | |
public lookupContentType({Array})
Parameter | Type | Description |
---|
$extension | string | |
private deepCopy({Array})
Parameter | Type | Description |
---|
$src | string | |
$dst | string | |
$srcManager | Manager | |
$progressCallback | \Closure | |
Generated by Hazaar API Doc Generator