API17

Difference between revisions of "JUtility::getToken"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 28: Line 28:
 
* '''Since''' {{JVer|11.1 }}
 
* '''Since''' {{JVer|11.1 }}
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[JRequest::checkToken/11.1|JRequest::checkToken]]
+
** [[API17:JRequest::checkToken|JRequest::checkToken]]
** [[JCache::getWorkarounds/11.1|JCache::getWorkarounds]]
+
** [[API17:JCache::getWorkarounds|JCache::getWorkarounds]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JUtility::getToken source code''' on [[jplatform:utilities/utility.php#cl-97|BitBucket]]
 
* {{JVer|11.1}} '''JUtility::getToken source code''' on [[jplatform:utilities/utility.php#cl-97|BitBucket]]
* {{JVer|11.1}} Class [[JUtility/11.1|JUtility]]
+
* {{JVer|11.1}} Class [[API17:JUtility|JUtility]]
* {{JVer|11.1}} Subpackage [[Subpackage_Utilities/11.1|Utilities]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]]
* [[JUtility::getToken|Other versions of JUtility::getToken]]
+
* [[API17:JUtility::getToken|Other versions of JUtility::getToken]]
 
{{SeeAlso:JUtility::getToken}}
 
{{SeeAlso:JUtility::getToken}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:50, 11 May 2013

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.

Joomla 11.1 JUtility::getToken[edit]

Description[edit]

Method to determine a hash for anti-spoofing variable names.

Template:Description:JUtility::getToken [Edit Descripton]

public static function getToken ($forceNew=false)
Parameter Type Default Description
$forceNew false

See also[edit]

Template:SeeAlso:JUtility::getToken [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />