StaticSeoUrlContentInterface
in
Interface StaticSeoUrlContentInterface
Tags
Table of Contents
- getDescription() : string
- Return the description of the staticSeoUrlContent.
- getId() : int
- Return the staticSeoUrlContent ID.
- getKeywords() : string
- Return the keywords of the staticSeoUrlContent.
- getLanguageId() : int
- Return the language ID.
- getTitle() : string
- Return the title of the staticSeoUrlContent.
- setDescription() : StaticSeoUrlContentInterface
- Set the description for the staticSeoUrlContent.
- setId() : StaticSeoUrlContentInterface
- Set the staticSeoUrlContent ID for the staticSeoUrlContent.
- setKeywords() : StaticSeoUrlContentInterface
- Set the keywords for the staticSeoUrlContent.
- setLanguageId() : StaticSeoUrlContentInterface
- Set the language ID for the staticSeoUrlContent.
- setTitle() : StaticSeoUrlContentInterface
- Set the title for the staticSeoUrlContent.
Methods
getDescription()
Return the description of the staticSeoUrlContent.
public
getDescription() : string
Return values
string —Description.
getId()
Return the staticSeoUrlContent ID.
public
getId() : int
Return values
int —staticSeoUrlContent ID.
getKeywords()
Return the keywords of the staticSeoUrlContent.
public
getKeywords() : string
Return values
string —Keywords.
getLanguageId()
Return the language ID.
public
getLanguageId() : int
Return values
int —Language ID.
getTitle()
Return the title of the staticSeoUrlContent.
public
getTitle() : string
Return values
string —Title.
setDescription()
Set the description for the staticSeoUrlContent.
public
setDescription(StringType $description) : StaticSeoUrlContentInterface
Parameters
- $description : StringType
-
Description for the staticSeoUrlContent.
Return values
StaticSeoUrlContentInterface —Same instance for chained method calls.
setId()
Set the staticSeoUrlContent ID for the staticSeoUrlContent.
public
setId(IdType $id) : StaticSeoUrlContentInterface
Parameters
- $id : IdType
-
staticSeoUrlContent ID.
Return values
StaticSeoUrlContentInterface —Same instance for chained method calls.
setKeywords()
Set the keywords for the staticSeoUrlContent.
public
setKeywords(StringType $keywords) : StaticSeoUrlContentInterface
Parameters
- $keywords : StringType
-
Keywords for the staticSeoUrlContent.
Return values
StaticSeoUrlContentInterface —Same instance for chained method calls.
setLanguageId()
Set the language ID for the staticSeoUrlContent.
public
setLanguageId(IdType $languageId) : StaticSeoUrlContentInterface
Parameters
- $languageId : IdType
-
Language ID.
Return values
StaticSeoUrlContentInterface —Same instance for chained method calls.
setTitle()
Set the title for the staticSeoUrlContent.
public
setTitle(StringType $title) : StaticSeoUrlContentInterface
Parameters
- $title : StringType
-
Title for the staticSeoUrlContent.
Return values
StaticSeoUrlContentInterface —Same instance for chained method calls.