Class StaticSeoUrl
Represents the default settings of a static seo url. Has got the static seo url contents as collection.
| category |
System |
|---|---|
| package |
StaticSeoUrl |
| subpackage |
Entities |
__construct()
addStaticSeoUrlContent(\StaticSeoUrlContentInterface $staticSeoUrlContent) : \StaticSeoUrlInterface
| Throws |
|
|---|
\StaticSeoUrlContentInterface
\StaticSeoUrlInterfaceSame instance for chained method calls.
getChangeFrequency() : string
stringChange frequency.
getId() : integer
integerStaticSeoUrl ID.
getName() : string
stringName.
getOpenGraphImage() : string
string
getPriority() : string
stringPriority.
getStaticSeoUrlContentCollection() : \StaticSeoUrlContentCollection
isInRobotsFile() : boolean
boolean
isInSitemapEntry() : boolean
boolean
setChangeFrequency(\StringType $changeFrequency) : \StaticSeoUrlInterface
\StringType
\StaticSeoUrlInterfaceSame instance for chained method calls.
setId(\IdType $id) : \StaticSeoUrlInterface
setIsInRobotsFile(\BoolType $status) : \StaticSeoUrlInterface
setIsInSitemapEntry(\BoolType $status) : \StaticSeoUrlInterface
setName(\StringType $name) : \StaticSeoUrlInterface
setOpenGraphImage(\FilenameStringType $openGraphImage) : \StaticSeoUrl
setPriority(\StringType $priority) : \StaticSeoUrlInterface
\StringType
\StaticSeoUrlInterfaceSame instance for chained method calls.
setStaticSeoUrlContentCollection(\StaticSeoUrlContentCollection $staticSeoUrlContentCollection) : \StaticSeoUrlInterface
\StaticSeoUrlContentCollection
\StaticSeoUrlInterfaceSame instance for chained method calls.
id : integer
| var |
|---|
integer
name : string
| var |
|---|
string
sitemapEntry : boolean
| var |
|---|
boolean
changeFrequency : double
| var |
|---|
double
priority : double
| var |
|---|
double
robotsEntry : boolean
| var |
|---|
boolean
openGraphImage : string
| var |
|---|
string
staticSeoUrlContentCollection : \StaticSeoUrlContentCollection