Esempio n. 1
0
 /**
  * Sets the date of the record.
  *
  * @param mixed $datetime
  */
 protected function set_date($datetime)
 {
     DateTimePropertySupport::datetime_set($this->date, $datetime);
 }
Esempio n. 2
0
 /**
  * Sets the date and time at which the user was logged.
  *
  * @param mixed $datetime
  */
 protected function set_logged_at($datetime)
 {
     DateTimePropertySupport::datetime_set($this->logged_at, $datetime);
 }