Property | Type | Description | |
---|---|---|---|
$client |
Method | Description | |
---|---|---|
__construct ( Dropbox_API $client ) | ||
delete ( $key ) | ||
exists ( $key ) | ||
isDirectory ( $key ) | ||
keys ( ) | ||
mtime ( $key ) | ||
read ( $key ) | ||
rename ( $sourceKey, $targetKey ) | ||
write ( $key, $content ) |
Method | Description | |
---|---|---|
getDropboxMetadata ( $key ) |
public __construct ( Dropbox_API $client ) | ||
$client | Dropbox_API | The Dropbox API client |