Class ContentMetaKeywordsCollection
This class represents a collection of localized content meta keywords
| category |
System |
|---|---|
| package |
Content |
__construct(array|mixed|null $argumentsArray = null)
| Throws |
|
|---|
array|mixed|null
_add(mixed $item)
This method must be used by child-collection classes.
| Throws |
|
|---|
mixedItem which should add to the collection
_getExceptionText() : string
string
_getValidType() : string
This method must be implemented in the child-collection classes.
string
_itemIsValid(mixed $dataItem) : boolean
mixed
boolean
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 |
mixeddata which can be serialized by json_encode, which is a value of any type other than a resource.
collectionContentArray : array
| var |
|---|
array