Difference between revisions of "JArrayHelper"
From Joomla! Documentation
m (JoomlaWikiBot moved page JArrayHelper/11.1 to API17:JArrayHelper without leaving a redirect: Robot: Moved page) |
m (→User contributed notes: moving preparation) |
||
Line 72: | Line 72: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
− | <noinclude> | + | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> |
Revision as of 10:03, 11 May 2013
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.
JArrayHelper[edit]
Description[edit]
Template:Description:JArrayHelper [Edit Descripton]
Methods[edit]
Visibility | Method name | Description |
---|---|---|
public static | _sortObjects | Private callback function for sorting an array of objects on a key. |
public static | fromObject | Utility function to map an object to an array. |
public static | getColumn | Extracts a column from an array of arrays or objects. |
public static | getValue | Utility function to return a value from a named array or a specified default. |
public static | isAssociative | Method to determine if an array is an associative array. |
public static | sortObjects | Utility function to sort an array of objects on a given field. |
public static | toInteger | Function to convert array to integer values. |
public static | toObject | Utility function to map an array to a stdClass object. |
public static | toString |
- Defined in libraries/joomla/utilities/arrayhelper.php
Importing[edit]
jimport( 'joomla.utilities.arrayhelper' );
See also[edit]
JArrayHelper source code on BitBucket
Subpackage Utilities
- Other versions of JArrayHelper
Template:SeeAlso:JArrayHelper [Edit See Also]
User contributed notes[edit]
<CodeExamplesForm />