Interface StaticSeoUrlContentInterface
Interface StaticSeoUrlContentInterface
Methods summary
public
StaticSeoUrlContentInterface
|
#
setId( IdType $id )
Set the staticSeoUrlContent ID for the staticSeoUrlContent.
Set the staticSeoUrlContent ID for the staticSeoUrlContent.
Parameters
- $id
- staticSeoUrlContent ID.
Returns
|
public
integer
|
#
getId( )
Return the staticSeoUrlContent ID.
Return the staticSeoUrlContent ID.
Returns
integer staticSeoUrlContent ID.
|
public
StaticSeoUrlContentInterface
|
#
setLanguageId( IdType $languageId )
Set the language ID for the staticSeoUrlContent.
Set the language ID for the staticSeoUrlContent.
Parameters
Returns
|
public
integer
|
#
getLanguageId( )
Return the language ID.
Returns
integer Language ID.
|
public
StaticSeoUrlContentInterface
|
#
setTitle( StringType $title )
Set the title for the staticSeoUrlContent.
Set the title for the staticSeoUrlContent.
Parameters
- $title
- Title for the staticSeoUrlContent.
Returns
|
public
string
|
#
getTitle( )
Return the title of the staticSeoUrlContent.
Return the title of the staticSeoUrlContent.
Returns
string Title.
|
public
StaticSeoUrlContentInterface
|
#
setDescription( StringType $description )
Set the description for the staticSeoUrlContent.
Set the description for the staticSeoUrlContent.
Parameters
- $description
- Description for the staticSeoUrlContent.
Returns
|
public
string
|
#
getDescription( )
Return the description of the staticSeoUrlContent.
Return the description of the staticSeoUrlContent.
Returns
string Description.
|
public
StaticSeoUrlContentInterface
|
#
setKeywords( StringType $keywords )
Set the keywords for the staticSeoUrlContent.
Set the keywords for the staticSeoUrlContent.
Parameters
- $keywords
- Keywords for the staticSeoUrlContent.
Returns
|
public
string
|
#
getKeywords( )
Return the keywords of the staticSeoUrlContent.
Return the keywords of the staticSeoUrlContent.
Returns
string Keywords.
|