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