JUtility::getToken
From Joomla! Documentation
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.
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 |
- Returns string Hashed var name
- Defined on line 105 of libraries/joomla/utilities/utility.php
- Since
- Referenced by
See also[edit]
JUtility::getToken source code on BitBucket
Class JUtility
Subpackage Utilities
- Other versions of JUtility::getToken
Template:SeeAlso:JUtility::getToken [Edit See Also]
User contributed notes[edit]
<CodeExamplesForm />