Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (Connection $connection, Query $search) | |
toArray () | |
count () | |
getIterator () | |
offsetExists ($offset) | |
offsetGet ($offset) | |
offsetSet ($offset, $value) | |
offsetUnset ($offset) | |
Fonctions membres privées | |
getSingleEntry ($con, $current) | |
cleanupAttributes (array $entry) | |
Attributs privés | |
$connection | |
$search | |
$entries | |
__construct | ( | Connection | $connection, |
Query | $search | ||
) |
Références Collection\$connection, et Collection\$search.
|
private |
Références $attributes, $value, et null.
Référencé par Collection\getSingleEntry().
count | ( | ) |
getIterator | ( | ) |
Références Collection\$search, Collection\count(), et Collection\getSingleEntry().
Référencé par Collection\toArray().
|
private |
Références $attributes, et Collection\cleanupAttributes().
Référencé par Collection\getIterator().
offsetExists | ( | $offset | ) |
Références Joomla\Database\Query\$offset, et Collection\toArray().
offsetGet | ( | $offset | ) |
Références Joomla\Database\Query\$offset, null, et Collection\toArray().
offsetSet | ( | $offset, | |
$value | |||
) |
Références Joomla\Database\Query\$offset, $value, et Collection\toArray().
offsetUnset | ( | $offset | ) |
Références Joomla\Database\Query\$offset, et Collection\toArray().
toArray | ( | ) |
{
Implémente CollectionInterface.
Références Collection\$entries, Collection\getIterator(), et null.
Référencé par Collection\offsetExists(), Collection\offsetGet(), Collection\offsetSet(), et Collection\offsetUnset().
|
private |
Référencé par Collection\__construct().
|
private |
Référencé par Collection\toArray().
|
private |
Référencé par Collection\__construct(), Collection\count(), et Collection\getIterator().