Example #1
0
 /**
  * Gets the date a user was last active on the site
  * @return string date formated like: 2009-01-01 00:00:00
  */
 public function getLastOnline()
 {
     return parent::getLastOnline();
 }