StaticSeoUrlInterface
in
Interface StaticSeoUrlInterface
Tags
Table of Contents
- addStaticSeoUrlContent() : StaticSeoUrlInterface
- Adds a staticSeoUrlContent to the staticSeoUrlContentCollection
- getChangeFrequency() : string
- Return the change frequency of the staticSeoUrl.
- getId() : int
- Return the ID of the staticSeoUrl.
- getName() : string
- Return the Name of the staticSeoUrl.
- getOpenGraphImage() : mixed
- Returns name of OpenGraph image file
- getPriority() : string
- Return the Priority of the staticSeoUrl.
- getStaticSeoUrlContentCollection() : StaticSeoUrlContentCollection
- Return the staticSeoUrlContentCollection of the staticSeoUrl.
- isInRobotsFile() : bool
- Return true when the staticSeoUrl should be considered in the robots file, false otherwise.
- isInSitemapEntry() : bool
- Return true when the staticSeoUrl should be considered in the sitemap, false otherwise.
- setChangeFrequency() : StaticSeoUrlInterface
- Value of change frequency of staticSeoUrl in sitemap
- setId() : StaticSeoUrlInterface
- Set the ID for the staticSeoUrl.
- setIsInRobotsFile() : StaticSeoUrlInterface
- Consider the staticSeoUrl in the robots file or not.
- setIsInSitemapEntry() : StaticSeoUrlInterface
- Consider the staticSeoUrl in the sitemap or not.
- setName() : StaticSeoUrlInterface
- Set the name for the staticSeoUrl.
- setOpenGraphImage() : StaticSeoUrlInterface
- setPriority() : StaticSeoUrlInterface
- Value of Priority of staticSeoUrl in sitemap
- setStaticSeoUrlContentCollection() : StaticSeoUrlInterface
- Set the staticSeoUrlContentCollection for the staticSeoUrl.
Methods
addStaticSeoUrlContent()
Adds a staticSeoUrlContent to the staticSeoUrlContentCollection
public
addStaticSeoUrlContent(StaticSeoUrlContentInterface $staticSeoUrlContentInterface) : StaticSeoUrlInterface
Parameters
- $staticSeoUrlContentInterface : StaticSeoUrlContentInterface
Tags
Return values
StaticSeoUrlInterface —Same instance for chained method calls.
getChangeFrequency()
Return the change frequency of the staticSeoUrl.
public
getChangeFrequency() : string
Return values
string —Change frequency.
getId()
Return the ID of the staticSeoUrl.
public
getId() : int
Return values
int —StaticSeoUrl ID.
getName()
Return the Name of the staticSeoUrl.
public
getName() : string
Return values
string —Name.
getOpenGraphImage()
Returns name of OpenGraph image file
public
getOpenGraphImage() : mixed
Return values
mixed —getPriority()
Return the Priority of the staticSeoUrl.
public
getPriority() : string
Return values
string —Priority.
getStaticSeoUrlContentCollection()
Return the staticSeoUrlContentCollection of the staticSeoUrl.
public
getStaticSeoUrlContentCollection() : StaticSeoUrlContentCollection
Return values
StaticSeoUrlContentCollection —staticSeoUrlContent collection.
isInRobotsFile()
Return true when the staticSeoUrl should be considered in the robots file, false otherwise.
public
isInRobotsFile() : bool
Return values
bool —isInSitemapEntry()
Return true when the staticSeoUrl should be considered in the sitemap, false otherwise.
public
isInSitemapEntry() : bool
Return values
bool —setChangeFrequency()
Value of change frequency of staticSeoUrl in sitemap
public
setChangeFrequency(StringType $changeFrequency) : StaticSeoUrlInterface
Parameters
- $changeFrequency : StringType
Return values
StaticSeoUrlInterface —Same instance for chained method calls.
setId()
Set the ID for the staticSeoUrl.
public
setId(IdType $id) : StaticSeoUrlInterface
Parameters
- $id : IdType
-
StaticSeoUrl ID.
Return values
StaticSeoUrlInterface —Same instance for chained method calls.
setIsInRobotsFile()
Consider the staticSeoUrl in the robots file or not.
public
setIsInRobotsFile(BoolType $status) : StaticSeoUrlInterface
Parameters
- $status : BoolType
-
True when it should be displayed, false otherwise.
Return values
StaticSeoUrlInterface —Same instance for chained method calls.
setIsInSitemapEntry()
Consider the staticSeoUrl in the sitemap or not.
public
setIsInSitemapEntry(BoolType $status) : StaticSeoUrlInterface
Parameters
- $status : BoolType
-
True when it should be displayed, false otherwise.
Return values
StaticSeoUrlInterface —Same instance for chained method calls.
setName()
Set the name for the staticSeoUrl.
public
setName(StringType $name) : StaticSeoUrlInterface
Parameters
- $name : StringType
-
Name for the staticSeoUrl.
Return values
StaticSeoUrlInterface —Same instance for chained method calls.
setOpenGraphImage()
public
setOpenGraphImage(FilenameStringType $openGraphImage) : StaticSeoUrlInterface
Parameters
- $openGraphImage : FilenameStringType
Return values
StaticSeoUrlInterface —setPriority()
Value of Priority of staticSeoUrl in sitemap
public
setPriority(StringType $priority) : StaticSeoUrlInterface
Parameters
- $priority : StringType
Return values
StaticSeoUrlInterface —Same instance for chained method calls.
setStaticSeoUrlContentCollection()
Set the staticSeoUrlContentCollection for the staticSeoUrl.
public
setStaticSeoUrlContentCollection(StaticSeoUrlContentCollection $staticSeoUrlContentCollection) : StaticSeoUrlInterface
Parameters
- $staticSeoUrlContentCollection : StaticSeoUrlContentCollection
Return values
StaticSeoUrlInterface —Same instance for chained method calls.