phpDocumentor

ContentMetaTitle
in package
implements LocalizedContentAttributeInterface

Class ContentMetaTitle

This class represents the localized content meta title

Tags
category

System

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

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
Return values
string

Search results