PHP 클래스 TQ\Vcs\Gaufrette\Adapter

상속: implements Gaufrette\Adapter, implements Gaufrette\Adapter\StreamFactory, implements Gaufrette\Adapter\ChecksumCalculator
파일 보기 프로젝트 열기: teqneers/php-stream-wrapper-for-git

보호된 프로퍼티들

프로퍼티 타입 설명
$repository TQ\Vcs\Repository\RepositoryInterface The repository

공개 메소드들

메소드 설명
__construct ( TQ\Vcs\Repository\RepositoryInterface $repository ) Creates a new VCS adapter to be used with a Gaufrette filesystem
checksum ( $key ) {@inheritDoc}
createStream ( $key ) {@inheritDoc}
delete ( $key ) {@inheritDoc}
exists ( $key ) {@inheritDoc}
getRepository ( ) : TQ\Vcs\Repository\RepositoryInterface Returns the repository
isDirectory ( $key ) {@inheritDoc}
keys ( ) {@inheritDoc}
mtime ( $key ) {@inheritDoc}
read ( $key ) {@inheritDoc}
rename ( $sourceKey, $targetKey ) {@inheritDoc}
write ( $key, $content ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Creates a new VCS adapter to be used with a Gaufrette filesystem
public __construct ( TQ\Vcs\Repository\RepositoryInterface $repository )
$repository TQ\Vcs\Repository\RepositoryInterface

checksum() 공개 메소드

{@inheritDoc}
public checksum ( $key )

createStream() 공개 메소드

{@inheritDoc}
public createStream ( $key )

delete() 공개 메소드

{@inheritDoc}
public delete ( $key )

exists() 공개 메소드

{@inheritDoc}
public exists ( $key )

getRepository() 공개 메소드

Returns the repository
public getRepository ( ) : TQ\Vcs\Repository\RepositoryInterface
리턴 TQ\Vcs\Repository\RepositoryInterface

isDirectory() 공개 메소드

{@inheritDoc}
public isDirectory ( $key )

keys() 공개 메소드

{@inheritDoc}
public keys ( )

mtime() 공개 메소드

{@inheritDoc}
public mtime ( $key )

read() 공개 메소드

{@inheritDoc}
public read ( $key )

rename() 공개 메소드

{@inheritDoc}
public rename ( $sourceKey, $targetKey )

write() 공개 메소드

{@inheritDoc}
public write ( $key, $content )

프로퍼티 상세

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

The repository
protected RepositoryInterface,TQ\Vcs\Repository $repository
리턴 TQ\Vcs\Repository\RepositoryInterface