JUtility/1.5
From Joomla! Documentation
< JUtility(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 46: | Line 46: | ||
<source lang="php">jimport( 'joomla.utilities.utility' );</source> | <source lang="php">jimport( 'joomla.utilities.utility' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JUtility''' on [http://api.joomla.org/Joomla-Framework/Utilities/JUtility.html api.joomla.org] | + | * {{JVer|1.5}} '''JUtility''' on [http://api.joomla.org/1.5/Joomla-Framework/Utilities/JUtility.html api.joomla.org] |
* {{JVer|1.5}} '''JUtility source code''' on [[jframework15:utilities/utility.php|JoomlaCode]] | * {{JVer|1.5}} '''JUtility source code''' on [[jframework15:utilities/utility.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Utilities/1.5|Utilities]] | * {{JVer|1.5}} Subpackage [[Subpackage Utilities/1.5|Utilities]] | ||
Latest revision as of 16:06, 13 February 2013
[edit]
JUtility
[edit] Description
Description:JUtility [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | getHash | Provides a secure hash based on a seed. |
| public | parseAttributes | Method to extract key/value pairs out of a string with xml style attributes. |
| public | sendAdminMail | Sends mail to administrator for approval of a user submission. |
| public | sendMail | Mail function (uses phpMailer). |
| public | dump | Method to dump the structure of a variable for debugging purposes. |
| public | getToken | Method to determine a hash for anti-spoofing variable names. |
| public | isWinOS | Method to determine if the host OS is Windows. |
- Defined in libraries/joomla/utilities/utility.php
[edit] Importing
jimport( 'joomla.utilities.utility' );
[edit] See also
-
JUtility on api.joomla.org
-
JUtility source code on JoomlaCode
-
Subpackage Utilities
- Other versions of JUtility
SeeAlso:JUtility [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />