API17

API17:JUser::setLastVisit

From Joomla! Documentation

Joomla 11.1 JUser::setLastVisit

Description

Pass through method to the table for setting the last visit date.


public function setLastVisit ($timestamp=null)
Parameter Type Default Description
$timestamp int null The timestamp, defaults to 'now'.
  • Returns boolean True on success.
  • Defined on line 391 of libraries/joomla/user/user.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples