Difference between revisions of "JUser::setLastVisit"
From Joomla! Documentation
(Updated to r1448:247ba8d88526) |
m (preparing for archive only) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
Pass through method to the table for setting the last visit date. | Pass through method to the table for setting the last visit date. | ||
− | + | ||
− | + | ||
− | |||
− | |||
<source lang="php"> | <source lang="php"> | ||
public function setLastVisit ($timestamp=null) | public function setLastVisit ($timestamp=null) | ||
Line 29: | Line 27: | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JUser::setLastVisit source code''' on [[jplatform:user/user.php#cl-383|BitBucket]] | * {{JVer|11.1}} '''JUser::setLastVisit source code''' on [[jplatform:user/user.php#cl-383|BitBucket]] | ||
− | * {{JVer|11.1}} Class [[JUser | + | * {{JVer|11.1}} Class [[API17:JUser|JUser]] |
− | * {{JVer|11.1}} Subpackage [[Subpackage_User | + | * {{JVer|11.1}} Subpackage [[API17:Subpackage_User|User]] |
− | * [[JUser::setLastVisit|Other versions of JUser::setLastVisit]] | + | * [[API17:JUser::setLastVisit|Other versions of JUser::setLastVisit]] |
− | + | ||
− | + | ||
− | |||
− | |||
===User contributed notes=== | ===User contributed notes=== | ||
− | + | === Code Examples === | |
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JUser::setLastVisit | category=JUser::setLastVisit | ||
− | + | namespace=CodeExample | |
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Line 47: | Line 43: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
− | <noinclude>[[Category: | + | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> |
Latest revision as of 22:55, 24 March 2017
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JUser::setLastVisit[edit]
Description[edit]
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[edit]
JUser::setLastVisit source code on BitBucket
Class JUser
Subpackage User
- Other versions of JUser::setLastVisit
User contributed notes[edit]
Code Examples[edit]