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

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

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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

value() 공개 메소드

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