phpDocumentor

ContentName
in package
implements LocalizedContentAttributeInterface

Class ContentName

This class represents the localized content name

Tags
category

System

Interfaces, Classes and Traits

LocalizedContentAttributeInterface
Interface LocalizedContentAttributeInterface

Table of Contents

$languageCode  : string
Language code
$name  : string
Content name
__construct()  : mixed
ContentName constructor
content()  : string
Return the content name
languageCode()  : string
Return the language code

Properties

Methods

__construct()

ContentName constructor

public __construct(string $name, LanguageCode $languageCode) : mixed
Parameters
$name : string

Content name

$languageCode : LanguageCode

Language code

Return values
mixed

content()

Return the content name

public content() : string
Return values
string

languageCode()

Return the language code

public languageCode() : string
Return values
string

Search results