PHP Class Gaufrette\Adapter\Dropbox

Author: Markus Bachmann ([email protected])
Author: Antoine Hérault ([email protected])
Author: Leszek Prabucki ([email protected])
Inheritance: implements Gaufrette\Adapter
Mostra file Open project: knplabs/gaufrette

Protected Properties

Property Type Description
$client

Public Methods

Method Description
__construct ( Dropbox_API $client )
delete ( $key )
exists ( $key )
isDirectory ( $key )
keys ( )
mtime ( $key )
read ( $key )
rename ( $sourceKey, $targetKey )
write ( $key, $content )

Private Methods

Method Description
getDropboxMetadata ( $key )

Method Details

__construct() public method

public __construct ( Dropbox_API $client )
$client Dropbox_API The Dropbox API client

delete() public method

public delete ( $key )

exists() public method

public exists ( $key )

isDirectory() public method

public isDirectory ( $key )

keys() public method

public keys ( )

mtime() public method

public mtime ( $key )

read() public method

public read ( $key )

rename() public method

public rename ( $sourceKey, $targetKey )

write() public method

public write ( $key, $content )

Property Details

$client protected_oe property

protected $client