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
\StaticSeoUrlInterface
Same instance for chained method calls.
getChangeFrequency() : string
string
Change frequency.
getId() : integer
integer
StaticSeoUrl ID.
getName() : string
string
Name.
getOpenGraphImage() : string
string
getPriority() : string
string
Priority.
getStaticSeoUrlContentCollection() : \StaticSeoUrlContentCollection
isInRobotsFile() : boolean
boolean
isInSitemapEntry() : boolean
boolean
setChangeFrequency(\StringType $changeFrequency) : \StaticSeoUrlInterface
\StringType
\StaticSeoUrlInterface
Same 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
\StaticSeoUrlInterface
Same instance for chained method calls.
setStaticSeoUrlContentCollection(\StaticSeoUrlContentCollection $staticSeoUrlContentCollection) : \StaticSeoUrlInterface
\StaticSeoUrlContentCollection
\StaticSeoUrlInterface
Same 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