ContentMetaKeywords
in package
implements
LocalizedContentAttributeInterface
Class ContentMetaKeywords
This class represents the localized content meta keywords
Tags
Interfaces, Classes and Traits
- LocalizedContentAttributeInterface
- Interface LocalizedContentAttributeInterface
Table of Contents
- $languageCode : string
- Language code
- $metaKeywords : string
- Content meta keywords
- __construct() : mixed
- ContentMetaKeywords constructor
- content() : string
- Return the content meta keywords
- languageCode() : string
- Return the language code
Properties
$languageCode
Language code
protected
string
$languageCode
$metaKeywords
Content meta keywords
protected
string
$metaKeywords
Methods
__construct()
ContentMetaKeywords constructor
public
__construct(string $metaKeywords, LanguageCode $languageCode) : mixed
Parameters
- $metaKeywords : string
-
Content meta keywords
- $languageCode : LanguageCode
-
Language code
Return values
mixed —content()
Return the content meta keywords
public
content() : string
Return values
string —languageCode()
Return the language code
public
languageCode() : string