Beispiel #1
0
 /**
  * Get the current UNIX timestamp.
  *
  * @return int 
  * @static 
  */
 public static function getTime()
 {
     //Method inherited from \Illuminate\Queue\Queue
     return \Illuminate\Queue\SyncQueue::getTime();
 }