API17:JUtility::getToken
From Joomla! Documentation
(Difference between revisions)
(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
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JUtility::getToken
Description
Method to determine a hash for anti-spoofing variable names.
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
-
JUtility::getToken source code on BitBucket
-
Class JUtility
-
Subpackage Utilities
- Other versions of JUtility::getToken
SeeAlso:JUtility::getToken [Edit See Also]
User contributed notes
<CodeExamplesForm />
