PHP Class Gittern\Gaufrette\GitternIndexAdapter

Author: Magnus Nordlander
Inheritance: implements Gaufrette\Adapter, implements Gaufrette\Adapter\ChecksumCalculator
Afficher le fichier Open project: e-butik/gittern

Protected Properties

Свойство Type Description
$autoflush
$repo

Méthodes publiques

Méthode 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 )

Méthodes protégées

Méthode Description
getIndex ( )

Method Details

__construct() public méthode

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

checksum() public méthode

public checksum ( $key )

delete() public méthode

public delete ( $key )

exists() public méthode

public exists ( $key )

flushIfSupposedTo() public méthode

public flushIfSupposedTo ( )

getIndex() protected méthode

protected getIndex ( )

isDirectory() public méthode

public isDirectory ( $directory_key )

keys() public méthode

public keys ( )

mtime() public méthode

public mtime ( $key )

read() public méthode

public read ( $key )

rename() public méthode

public rename ( $key, $new )

supportsMetadata() public méthode

public supportsMetadata ( )

write() public méthode

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

Property Details

$autoflush protected_oe property

protected $autoflush

$repo protected_oe property

protected $repo