PHP Интерфейс Eloquent\Phony\Event\Event

Показать файл Открыть проект

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

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