API17

Difference between revisions of "JUtility::getToken"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 30: Line 30:
 
string Hashed var name
 
string Hashed var name
 
===Defined in===
 
===Defined in===
libraries/joomla/utilities/utility.php
+
libraries/joomla/utilities/utility.php (line 104)
 +
* see source code in [[jplatform:utilities/utility.php#cl-104|BitBucket]]
 
===Referenced by===
 
===Referenced by===
* [[JRequest/checkToken/11.1|JRequest::checkToken]]
+
* [[JRequest::checkToken/11.1|JRequest::checkToken]]
* [[JCache/getWorkarounds/11.1|JCache::getWorkarounds]]
+
* [[JCache::getWorkarounds/11.1|JCache::getWorkarounds]]
 
===See also===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:31, 23 April 2011

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]

Since[edit]

Joomla 11.1

Synopsis[edit]

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

Returns[edit]

string Hashed var name

Defined in[edit]

libraries/joomla/utilities/utility.php (line 104)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JUtility::getToken

Examples[edit]

<CodeExamplesForm />