Property | Type | Description | |
---|---|---|---|
$repository | TQ\Vcs\Repository\RepositoryInterface | The repository |
Method | Description | |
---|---|---|
__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} |
public __construct ( TQ\Vcs\Repository\RepositoryInterface $repository ) | ||
$repository | TQ\Vcs\Repository\RepositoryInterface |
public getRepository ( ) : TQ\Vcs\Repository\RepositoryInterface | ||
return | TQ\Vcs\Repository\RepositoryInterface |