API17:JUtility::parseAttributes
From Joomla! Documentation
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::parseAttributes
Description
Method to extract key/value pairs out of a string with xml style attributes.
Description:JUtility::parseAttributes [Edit Descripton]
Since
Synopsis
public static JUtility::parseAttributes ($string)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $string | string | String containing xml style attributes |
Returns
array Key/Value pairs for the attributes
Defined in
libraries/joomla/utilities/utility.php (line 120)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JUtility::parseAttributes
Examples
<CodeExamplesForm />
