Esempio n. 1
0
 /**
  * Retrieve the ID of the last list that was accessed, if any.
  *
  * @return mixed User_list ID (if set) or null (if not available).
  */
 public function lastUsed()
 {
     return UserListRow::getLastUsed();
 }