PHP 인터페이스 Swift_KeyCache_KeyCacheInputStream, Halite

저자: Chris Corbyn
상속: extends Swift_InputByteStream
파일 보기 프로젝트 열기: HaliteChallenge/Halite

공개 메소드들

메소드 설명
__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