elFinderVolumeFlysystemGoogleDriveNetmount
extends Driver
in package
Table of Contents
Methods
- __construct() : mixed
- debug() : array<string|int, mixed>
- Return debug info for client.
- mount() : bool
- "Mount" volume.
- netmountPrepare() : array<string|int, mixed>
- Prepare Call from elFinder::netmout() before volume->mount()
- init() : bool
- Prepare driver before mount volume.
- tmbname() : mixed
Methods
__construct()
public
__construct() : mixed
debug()
Return debug info for client.
public
debug() : array<string|int, mixed>
Return values
array<string|int, mixed>mount()
"Mount" volume.
public
mount(array<string|int, mixed> $opts) : bool
Return true if volume available for read or write, false - otherwise
Parameters
- $opts : array<string|int, mixed>
Tags
Return values
boolnetmountPrepare()
Prepare Call from elFinder::netmout() before volume->mount()
public
netmountPrepare( $options) : array<string|int, mixed>
Parameters
Tags
Return values
array<string|int, mixed>init()
Prepare driver before mount volume.
protected
init() : bool
Return true if volume is ready.
Return values
booltmbname()
protected
tmbname(mixed $stat) : mixed
Parameters
- $stat : mixed