PHP 클래스 Gaufrette\Adapter\Dropbox

저자: Markus Bachmann ([email protected])
저자: Antoine Hérault ([email protected])
저자: Leszek Prabucki ([email protected])
상속: implements Gaufrette\Adapter
파일 보기 프로젝트 열기: knplabs/gaufrette

보호된 프로퍼티들

프로퍼티 타입 설명
$client

공개 메소드들

메소드 설명
__construct ( Dropbox_API $client )
delete ( $key )
exists ( $key )
isDirectory ( $key )
keys ( )
mtime ( $key )
read ( $key )
rename ( $sourceKey, $targetKey )
write ( $key, $content )

비공개 메소드들

메소드 설명
getDropboxMetadata ( $key )

메소드 상세

__construct() 공개 메소드

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

delete() 공개 메소드

public delete ( $key )

exists() 공개 메소드

public exists ( $key )

isDirectory() 공개 메소드

public isDirectory ( $key )

keys() 공개 메소드

public keys ( )

mtime() 공개 메소드

public mtime ( $key )

read() 공개 메소드

public read ( $key )

rename() 공개 메소드

public rename ( $sourceKey, $targetKey )

write() 공개 메소드

public write ( $key, $content )

프로퍼티 상세

$client 보호되어 있는 프로퍼티

protected $client