PHP 인터페이스 Eloquent\Phony\Event\Event

파일 보기 프로젝트 열기: eloquent/phony

공개 메소드들

메소드 설명
sequenceNumber ( ) : integer Get the sequence number.
time ( ) : float Get the time at which the event occurred.

메소드 상세

sequenceNumber() 공개 메소드

The sequence number is a unique number assigned to every event that Phony records. The numbers are assigned sequentially, meaning that sequence numbers can be used to determine event order.
public sequenceNumber ( ) : integer
리턴 integer The sequence number.

time() 공개 메소드

Get the time at which the event occurred.
public time ( ) : float
리턴 float The time at which the event occurred, in seconds since the Unix epoch.