PHP Class Gittern\Gaufrette\GitternIndexAdapter

Author: Magnus Nordlander
Inheritance: implements Gaufrette\Adapter, implements Gaufrette\Adapter\ChecksumCalculator
Mostra file Open project: e-butik/gittern

Protected Properties

Property Type Description
$autoflush
$repo

Public Methods

Method Description
__construct ( Repository $repo, $autoflush = true )
checksum ( $key )
delete ( $key )
exists ( $key )
flushIfSupposedTo ( )
isDirectory ( $directory_key )
keys ( )
mtime ( $key )
read ( $key )
rename ( $key, $new )
supportsMetadata ( )
write ( $key, $content, array $metadata = null )

Protected Methods

Method Description
getIndex ( )

Method Details

__construct() public method

public __construct ( Repository $repo, $autoflush = true )
$repo Gittern\Repository

checksum() public method

public checksum ( $key )

delete() public method

public delete ( $key )

exists() public method

public exists ( $key )

flushIfSupposedTo() public method

public flushIfSupposedTo ( )

getIndex() protected method

protected getIndex ( )

isDirectory() public method

public isDirectory ( $directory_key )

keys() public method

public keys ( )

mtime() public method

public mtime ( $key )

read() public method

public read ( $key )

rename() public method

public rename ( $key, $new )

supportsMetadata() public method

public supportsMetadata ( )

write() public method

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

Property Details

$autoflush protected_oe property

protected $autoflush

$repo protected_oe property

protected $repo