PHP 클래스 Eloquent\Phony\Call\Event\ProducedEvent

상속: extends AbstractCallEvent, implements IterableEvent
파일 보기 프로젝트 열기: eloquent/phony

공개 메소드들

메소드 설명
__construct ( integer $sequenceNumber, float $time, mixed $key, mixed $value ) Construct a 'produced' event.
key ( ) : mixed Get the produced key.
value ( ) : mixed Get the produced value.

메소드 상세

__construct() 공개 메소드

Construct a 'produced' event.
public __construct ( integer $sequenceNumber, float $time, mixed $key, mixed $value )
$sequenceNumber integer The sequence number.
$time float The time at which the event occurred, in seconds since the Unix epoch.
$key mixed The produced key.
$value mixed The produced value.

key() 공개 메소드

Get the produced key.
public key ( ) : mixed
리턴 mixed The produced key.

value() 공개 메소드

Get the produced value.
public value ( ) : mixed
리턴 mixed The produced value.