PHP Class elFinderVolumeFlysystemGoogleDriveNetmount

Inheritance: extends Hypweb\elFinderFlysystemDriverExt\Driver
Afficher le fichier Open project: studio-42/elfinder Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
init ( ) : boolean Prepare driver before mount volume.
tmbname ( $stat )

Method Details

__construct() public méthode

public __construct ( )

init() protected méthode

Return true if volume is ready.
protected init ( ) : boolean
Résultat boolean

mount() public méthode

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

netmountPrepare() public méthode

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

netunmount() public méthode

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

tmbname() protected méthode

protected tmbname ( $stat )