phpDocumentor

StaticSeoUrl
in package
implements StaticSeoUrlInterface

Class StaticSeoUrl

Represents the default settings of a static seo url. Has got the static seo url contents as collection.

Tags
category

System

subpackage

Entities

Interfaces, Classes and Traits

StaticSeoUrlInterface
Interface StaticSeoUrlInterface

Table of Contents

$changeFrequency  : float
Change frequency for sitemap
$id  : int
StaticSeoUrl ID
$name  : string
StaticSeoUrl Name
$openGraphImage  : string
Image for OpenGraph page property
$priority  : float
Priority for sitemap
$robotsEntry  : bool
Is it shown in robots file?
$sitemapEntry  : bool
Is it shown in sitemap?
$staticSeoUrlContentCollection  : StaticSeoUrlContentCollection
Collection of staticSeoUrlContents
__construct()  : mixed
addStaticSeoUrlContent()  : StaticSeoUrlInterface
Adds a staticSeoUrlContent to the staticSeoUrlContent collection
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()  : string
Returns name of OpenGraph image file
getPriority()  : string
Return the Priority of the staticSeoUrl.
getStaticSeoUrlContentCollection()  : StaticSeoUrlContentCollection
Return the staticSeoUrlContent collection 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()  : StaticSeoUrl
setPriority()  : StaticSeoUrlInterface
Value of Priority of staticSeoUrl in sitemap
setStaticSeoUrlContentCollection()  : StaticSeoUrlInterface
Set the static seo url content collection for the static seo url.

Properties

$changeFrequency

Change frequency for sitemap

protected float $changeFrequency = ''

$openGraphImage

Image for OpenGraph page property

protected string $openGraphImage

$robotsEntry

Is it shown in robots file?

protected bool $robotsEntry = alse

$sitemapEntry

Is it shown in sitemap?

protected bool $sitemapEntry = alse

Methods

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() : string
Return values
string

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