API17:JTableUser::setLastVisit
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JTableUser::setLastVisit
Description
Updates last visit time of user.
Description:JTableUser::setLastVisit [Edit Descripton]
Synopsis
public JTableUser->setLastVisit ($timeStamp=null, $userId=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $timeStamp | int | null | The timestamp, defaults to 'now' |
| $userId | null |
Returns
boolean False if an error occurs
Defined in
libraries/joomla/database/table/user.php
Referenced by
See also
SeeAlso:JTableUser::setLastVisit
Examples
<CodeExamplesForm />
