|
| static | isAssociative ($array) |
| |
| static | getValue ($array, $key, $pos) |
| |
| static | getConditionalValue ($array, $key, $condition) |
| |
| static | getDefaultValue ($array, $key, $default=NULL) |
| |
| static | implode ($glue, $pieces) |
| |
| static | dimension ($array) |
| |
| static | sortAssociative ($array, $sortedKeys=array()) |
| |
| static | moveElementTo (&$array, $from, $to) |
| |
| static | swapElements (&$array, $index1, $index2) |
| |
| static | modelArray ($objects, $identifierFunction=NULL, $modelFunction=NULL) |
| |
| static | count ($array) |
| |
| static | removeByKeys ($array, $keys) |
| |
Definition at line 4 of file JArray.php.
◆ callFunction()
| static callFunction |
( |
|
$object, |
|
|
|
$callback |
|
) |
| |
|
staticprivate |
◆ count()
◆ dimension()
| static dimension |
( |
|
$array | ) |
|
|
static |
◆ getConditionalValue()
| static getConditionalValue |
( |
|
$array, |
|
|
|
$key, |
|
|
|
$condition |
|
) |
| |
|
static |
◆ getDefaultValue()
| static getDefaultValue |
( |
|
$array, |
|
|
|
$key, |
|
|
|
$default = NULL |
|
) |
| |
|
static |
◆ getValue()
| static getValue |
( |
|
$array, |
|
|
|
$key, |
|
|
|
$pos |
|
) |
| |
|
static |
◆ implode()
| static implode |
( |
|
$glue, |
|
|
|
$pieces |
|
) |
| |
|
static |
◆ isAssociative()
| static isAssociative |
( |
|
$array | ) |
|
|
static |
◆ modelArray()
| static modelArray |
( |
|
$objects, |
|
|
|
$identifierFunction = NULL, |
|
|
|
$modelFunction = NULL |
|
) |
| |
|
static |
◆ moveElementTo()
| static moveElementTo |
( |
& |
$array, |
|
|
|
$from, |
|
|
|
$to |
|
) |
| |
|
static |
◆ removeByKeys()
| static removeByKeys |
( |
|
$array, |
|
|
|
$keys |
|
) |
| |
|
static |
◆ sortAssociative()
| static sortAssociative |
( |
|
$array, |
|
|
|
$sortedKeys = array() |
|
) |
| |
|
static |
◆ swapElements()
| static swapElements |
( |
& |
$array, |
|
|
|
$index1, |
|
|
|
$index2 |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: