Class StaticSeoUrlContent
Represents the default settings of a single StaticSeoUrlContent in a StaticSeoUrl.
category |
System |
---|---|
package |
StaticSeoUrl |
subpackage |
Entities |
getDescription() : string
string
Description.
getId() : integer
integer
StaticSeoUrlContent ID.
getKeywords() : string
string
Keywords.
getLanguageId() : integer
integer
Language ID.
getTitle() : string
string
Title.
setDescription(\StringType $description) : \StaticSeoUrlContentInterface
setId(\IdType $id) : \StaticSeoUrlContentInterface
setKeywords(\StringType $keywords) : \StaticSeoUrlContentInterface
setLanguageId(\IdType $languageId) : \StaticSeoUrlContentInterface
setTitle(\StringType $title) : \StaticSeoUrlContentInterface
id : integer
var |
---|
integer
languageId : integer
var |
---|
integer
title : string
var |
---|
string
description : string
var |
---|
string
keywords : string
var |
---|
string