ContentLanguage
Utility class working with content language select lists
abstract
| since |
1.6 |
|---|---|
| package |
Joomla CMS |
Methods
existing
Get a list of the available content language items.
existing( all = false, translate = false) : mixed||string|int
static
| see | ContentlanguageField |
|---|---|
| since |
1.6 |
Arguments
- all
boolTrue to include All (*)- translate
boolTrue to translate All
Response
array<string|int, mixed>
Properties
items
Cached array of the content language items.
static
| since |
1.6 |
|---|
Type(s)
array<string|int, mixed>