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