phpDocumentor

StaticSeoUrlInterface

Interface StaticSeoUrlInterface

Tags
category

System

subpackage

Interfaces

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

getChangeFrequency()

Return the change frequency of the staticSeoUrl.

public getChangeFrequency() : string
Return values
string

Change frequency.

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.

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

Search results