Class ContentMetaTitleCollection
This class represents a collection of localized content meta titles
category |
System |
---|---|
package |
Content |
__construct(array|mixed|null $argumentsArray = null)
Throws |
|
---|
array|mixed|null
count() : integer
integer
getArray() : array
array
getItem( $p_index) : mixed
Throws |
|
---|
mixed
getIterator()
getLastItem() : \LocalizedContentAttributeInterface
hasLanguageCode(\LanguageCode $languageCode) : boolean
isEmpty() : boolean
boolean
itemByLanguageCode(\LanguageCode $languageCode) : \LocalizedContentAttributeInterface
Throws |
|
---|
\LocalizedContentAttributeInterface
jsonSerialize() : mixed
link |
https://php.net/manual/en/jsonserializable.jsonserialize.php |
---|---|
since | 5.4.0 |
mixed
data which can be serialized by json_encode, which is a value of any type other than a resource.