Difference between revisions of "JUtility::getToken"
From Joomla! Documentation
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JUtility::getToken|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JUtility::getToken|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
− | |||
− | |||
− | |||
<source lang="php"> | <source lang="php"> | ||
− | public static | + | public static function getToken ($forceNew=false) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 27: | Line 24: | ||
|- | |- | ||
|} | |} | ||
− | + | * '''Returns''' string Hashed var name | |
− | string Hashed var name | + | * '''Defined''' on line 105 of libraries/joomla/utilities/utility.php |
− | + | * '''Since''' {{JVer|11.1 }} | |
− | libraries/joomla/utilities/utility.php | + | * '''Referenced by''' |
− | * | + | ** [[JRequest::checkToken/11.1|JRequest::checkToken]] |
− | + | ** [[JCache::getWorkarounds/11.1|JCache::getWorkarounds]] | |
− | * [[JRequest::checkToken/11.1|JRequest::checkToken]] | ||
− | * [[JCache::getWorkarounds/11.1|JCache::getWorkarounds]] | ||
===See also=== | ===See also=== | ||
+ | * {{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}} Subpackage [[Subpackage_Utilities/11.1|Utilities]] | ||
+ | * [[JUtility::getToken|Other versions of JUtility::getToken]] | ||
+ | {{SeeAlso:JUtility::getToken}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JUtility::getToken|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JUtility::getToken|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
− | + | ===User contributed notes=== | |
− | |||
− | |||
− | === | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
Line 50: | Line 47: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
+ | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JUtility]][[Category:JUtility::getToken]]</noinclude> | <noinclude>[[Category:JUtility]][[Category:JUtility::getToken]]</noinclude> |
Revision as of 21:56, 27 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.
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 />