コード例 #1
0
ファイル: content.php プロジェクト: icybee/module-contents
 /**
  * Returns the date of the record.
  *
  * @return \ICanBoogie\DateTime
  */
 protected function get_date()
 {
     return DateTimePropertySupport::datetime_get($this->date);
 }
コード例 #2
0
ファイル: user.php プロジェクト: icybee/module-users
 /**
  * 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);
 }