JUtility/1.5
From Joomla! Documentation
< JUtility
JUtility
Description
Description:JUtility [Edit Descripton]
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
Importing
jimport( 'joomla.utilities.utility' );
See also
-
JUtility on api.joomla.org
-
JUtility source code on JoomlaCode
-
Subpackage Utilities
- Other versions of JUtility
SeeAlso:JUtility [Edit See Also]
User contributed notes
<CodeExamplesForm />