PHP Interface Swift_KeyCache_KeyCacheInputStream, Halite

Author: Chris Corbyn
Inheritance: extends Swift_InputByteStream
Afficher le fichier Open project: HaliteChallenge/Halite

Méthodes publiques

Méthode Description
__clone ( ) Any implementation should be cloneable, allowing the clone to access a separate $nsKey and $itemKey.
setItemKey ( string $itemKey ) Set the itemKey which will be written to.
setKeyCache ( Swift_KeyCache $keyCache ) Set the KeyCache to wrap.
setNsKey ( string $nsKey ) Set the nsKey which will be written to.
setWriteThroughStream ( Swift_InputByteStream $is ) Specify a stream to write through for each write().

Method Details

__clone() public méthode

Any implementation should be cloneable, allowing the clone to access a separate $nsKey and $itemKey.
public __clone ( )

setItemKey() public méthode

Set the itemKey which will be written to.
public setItemKey ( string $itemKey )
$itemKey string

setKeyCache() public méthode

Set the KeyCache to wrap.
public setKeyCache ( Swift_KeyCache $keyCache )
$keyCache Swift_KeyCache

setNsKey() public méthode

Set the nsKey which will be written to.
public setNsKey ( string $nsKey )
$nsKey string

setWriteThroughStream() public méthode

Specify a stream to write through for each write().
public setWriteThroughStream ( Swift_InputByteStream $is )
$is Swift_InputByteStream