ElementLanguageTrait
This is the main language trait.
Tags
Table of Contents
$keywords | : string | |
---|---|---|
$metaDescription | : string | |
$particularTitle | : string | |
$title | : string | |
getKeywords() | Returns the element keywords on the website current language. | : string |
getMetaDescription() | Returns the element meta-description on the website current language. | : string |
getParticularTitle() | Returns the element particular title on the website current language. | : string |
getTitle() | Returns the element title on the website current language. | : string |
Properties
$keywords
protected
string
$keywords
= ''
$metaDescription
protected
string
$metaDescription
= ''
$particularTitle
protected
string
$particularTitle
= ''
$title
protected
string
$title
= ''
Methods
getKeywords()
Returns the element keywords on the website current language.
public
getKeywords() : string
Return values
string —getMetaDescription()
Returns the element meta-description on the website current language.
public
getMetaDescription() : string
Return values
string —getParticularTitle()
Returns the element particular title on the website current language.
public
getParticularTitle() : string
Return values
string —getTitle()
Returns the element title on the website current language.
public
getTitle() : string