Example #1
0
 /**
  * Retrieves the hour
  *
  * @return int
  */
 public function hour()
 {
     return $this->time->hour();
 }