PHP 클래스 Gittern\Gaufrette\GitternCommitishReadOnlyAdapter

저자: Magnus Nordlander
상속: implements Gaufrette\Adapter, implements Gaufrette\Adapter\ChecksumCalculator
파일 보기 프로젝트 열기: e-butik/gittern 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$commit
$repo
$tree

공개 메소드들

메소드 설명
__construct ( Repository $repo, $commitish )
checksum ( $key )
delete ( $key )
exists ( $key )
isDirectory ( $key )
keys ( )
listDirectory ( $directory = '' )
mtime ( $key )
read ( $key )
rename ( $key, $new )
supportsMetadata ( )
write ( $key, $content, array $metadata = null )

보호된 메소드들

메소드 설명
getGitObjectForKey ( $key )

메소드 상세

__construct() 공개 메소드

public __construct ( Repository $repo, $commitish )
$repo Gittern\Repository

checksum() 공개 메소드

public checksum ( $key )

delete() 공개 메소드

public delete ( $key )

exists() 공개 메소드

public exists ( $key )

getGitObjectForKey() 보호된 메소드

protected getGitObjectForKey ( $key )

isDirectory() 공개 메소드

public isDirectory ( $key )

keys() 공개 메소드

public keys ( )

listDirectory() 공개 메소드

public listDirectory ( $directory = '' )

mtime() 공개 메소드

public mtime ( $key )

read() 공개 메소드

public read ( $key )

rename() 공개 메소드

public rename ( $key, $new )

supportsMetadata() 공개 메소드

public supportsMetadata ( )

write() 공개 메소드

public write ( $key, $content, array $metadata = null )
$metadata array

프로퍼티 상세

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

protected $commit

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

protected $repo

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

protected $tree