PHP Class elFinderVolumeFlysystemGoogleDriveNetmount

Inheritance: extends Hypweb\elFinderFlysystemDriverExt\Driver
显示文件 Open project: studio-42/elfinder Class Usage Examples

Public Methods

Method Description
__construct ( )
mount ( array $opts ) : boolean "Mount" volume.
netmountPrepare ( $options ) : Array Prepare Call from elFinder::netmout() before volume->mount()
netunmount ( $netVolumes, $key ) : boolean process of on netunmount Drop table dropbox & rm thumbs

Protected Methods

Method Description
init ( ) : boolean Prepare driver before mount volume.
tmbname ( $stat )

Method Details

__construct() public method

public __construct ( )

init() protected method

Return true if volume is ready.
protected init ( ) : boolean
return boolean

mount() public method

Return true if volume available for read or write, false - otherwise
Author: Naoki Sawada
public mount ( array $opts ) : boolean
$opts array
return boolean

netmountPrepare() public method

Prepare Call from elFinder::netmout() before volume->mount()
Author: Naoki Sawada
public netmountPrepare ( $options ) : Array
$options
return Array

netunmount() public method

process of on netunmount Drop table dropbox & rm thumbs
public netunmount ( $netVolumes, $key ) : boolean
$netVolumes
$key
return boolean

tmbname() protected method

protected tmbname ( $stat )