Class StaticSeoUrl
Class StaticSeoUrl
Represents the default settings of a static seo url. Has got the static seo url contents as collection.
- StaticSeoUrl implements StaticSeoUrlInterface
Package: StaticSeoUrl\Entities
Category: System
Located at Services/Core/StaticSeoUrl/Entities/StaticSeoUrl.inc.php
Category: System
Located at Services/Core/StaticSeoUrl/Entities/StaticSeoUrl.inc.php
Methods summary
public
|
|
public
|
|
public
integer
|
|
public
|
|
public
string
|
|
public
boolean
|
#
isInSitemapEntry( )
Return true when the staticSeoUrl should be considered in the sitemap, false otherwise. |
public
|
|
public
string
|
|
public
|
#
setChangeFrequency(
Value of change frequency of staticSeoUrl in sitemap |
public
string
|
|
public
|
|
public
boolean
|
#
isInRobotsFile( )
Return true when the staticSeoUrl should be considered in the robots file, false otherwise. |
public
|
|
public
|
#
setStaticSeoUrlContentCollection(
Set the static seo url content collection for the static seo url. |
public
|
#
getStaticSeoUrlContentCollection( )
Return the staticSeoUrlContent collection of the staticSeoUrl. |
public
|
#
addStaticSeoUrlContent(
Adds a staticSeoUrlContent to the staticSeoUrlContent collection |
Properties summary
protected
integer
|
$id
StaticSeoUrl ID |
#
0
|
protected
string
|
$name
StaticSeoUrl Name |
#
''
|
protected
boolean
|
$sitemapEntry
Is it shown in sitemap? |
#
false
|
protected
float
|
$changeFrequency
Change frequency for sitemap |
#
''
|
protected
float
|
$priority
Priority for sitemap |
#
''
|
protected
boolean
|
$robotsEntry
Is it shown in robots file? |
#
false
|
protected
|
$staticSeoUrlContentCollection
Collection of staticSeoUrlContents |