Esempio n. 1
0
 /**
  * Returns the date of the record.
  *
  * @return \ICanBoogie\DateTime
  */
 protected function get_date()
 {
     return DateTimePropertySupport::datetime_get($this->date);
 }
Esempio n. 2
0
 /**
  * Returns the date and time at which the user was logged.
  *
  * @return \ICanBoogie\DateTime
  */
 protected function get_logged_at()
 {
     return DateTimePropertySupport::datetime_get($this->logged_at);
 }