PHP Класс Eloquent\Phony\Call\Event\ProducedEvent

Наследование: extends AbstractCallEvent, implements IterableEvent
Показать файл Открыть проект

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

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