PHP Интерфейс Swift_KeyCache_KeyCacheInputStream, Halite

Автор: Chris Corbyn
Наследование: extends Swift_InputByteStream
Показать файл Открыть проект

Открытые методы

Метод Описание
__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().

Описание методов

__clone() публичный Метод

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

setItemKey() публичный Метод

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

setKeyCache() публичный Метод

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

setNsKey() публичный Метод

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

setWriteThroughStream() публичный Метод

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