Interface StaticSeoUrlInterface
category |
System |
---|---|
package |
StaticSeoUrl |
subpackage |
Interfaces |
addStaticSeoUrlContent(\StaticSeoUrlContentInterface $staticSeoUrlContentInterface) : \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() : \FilenameStringType;
\FilenameStringType;
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) : \StaticSeoUrlInterface
setPriority(\StringType $priority) : \StaticSeoUrlInterface
\StringType
\StaticSeoUrlInterface
Same instance for chained method calls.
setStaticSeoUrlContentCollection(\StaticSeoUrlContentCollection $staticSeoUrlContentCollection) : \StaticSeoUrlInterface
\StaticSeoUrlContentCollection
\StaticSeoUrlInterface
Same instance for chained method calls.