StaticSeoUrlContentInterface

Extends

Interface StaticSeoUrlContentInterface

category

System

package

StaticSeoUrl

subpackage

Interfaces

Methods

Return the description of the staticSeoUrlContent.

getDescription() : string

Response

string

Description.

Return the staticSeoUrlContent ID.

getId() : integer

Response

integer

staticSeoUrlContent ID.

Return the keywords of the staticSeoUrlContent.

getKeywords() : string

Response

string

Keywords.

Return the language ID.

getLanguageId() : integer

Response

integer

Language ID.

Return the title of the staticSeoUrlContent.

getTitle() : string

Response

string

Title.

Set the description for the staticSeoUrlContent.

setDescription(\StringType $description) : \StaticSeoUrlContentInterface

Arguments

$description

\StringType

Description for the staticSeoUrlContent.

Response

\StaticSeoUrlContentInterface

Same instance for chained method calls.

Set the staticSeoUrlContent ID for the staticSeoUrlContent.

setId(\IdType $id) : \StaticSeoUrlContentInterface

Arguments

$id

\IdType

staticSeoUrlContent ID.

Response

\StaticSeoUrlContentInterface

Same instance for chained method calls.

Set the keywords for the staticSeoUrlContent.

setKeywords(\StringType $keywords) : \StaticSeoUrlContentInterface

Arguments

$keywords

\StringType

Keywords for the staticSeoUrlContent.

Response

\StaticSeoUrlContentInterface

Same instance for chained method calls.

Set the language ID for the staticSeoUrlContent.

setLanguageId(\IdType $languageId) : \StaticSeoUrlContentInterface

Arguments

$languageId

\IdType

Language ID.

Response

\StaticSeoUrlContentInterface

Same instance for chained method calls.

Set the title for the staticSeoUrlContent.

setTitle(\StringType $title) : \StaticSeoUrlContentInterface

Arguments

$title

\StringType

Title for the staticSeoUrlContent.

Response

\StaticSeoUrlContentInterface

Same instance for chained method calls.