API17:JUser::setLastVisit
From Joomla! Documentation
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'. |
See also
JUser::setLastVisit source code on BitBucket
Class JUser
Subpackage User- Other versions of JUser::setLastVisit
User contributed notes
Code Examples