Example #1
0
 /**
  * Get last comment time
  *
  * @note	This should return the last comment time for this node only, not for children nodes
  * @return	\IPS\DateTime|NULL
  */
 public function getLastCommentTime()
 {
     return $this->last_marker_date ? \IPS\DateTime::ts($this->last_marker_date) : NULL;
 }