StaticSeoUrlContent

Implements \StaticSeoUrlContentInterface

Class StaticSeoUrlContent

Represents the default settings of a single StaticSeoUrlContent in a StaticSeoUrl.

category

System

package

StaticSeoUrl

subpackage

Entities

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.

Properties

StaticSeoUrlContent ID

id : integer
var

Type(s)

integer

Language ID

languageId : integer
var

Type(s)

integer

Title

title : string
var

Type(s)

string

Meta Description

description : string
var

Type(s)

string

Meta Keywords

keywords : string
var

Type(s)

string