Eloquent\Phony\Event\AbstractEvent::time PHP Method

time() public method

Get the time at which the event occurred.
public time ( ) : float
return float The time at which the event occurred, in seconds since the Unix epoch.
    public function time()
    {
        return $this->time;
    }