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
Category: System
Located at Services/Core/StaticSeoUrl/Entities/StaticSeoUrl.inc.php
Methods summary
public
isInSitemapEntry( void )
: boolean
Return true when the staticSeoUrl should be considered in the sitemap, false otherwise.
public
setIsInSitemapEntry( BoolType $status )
: StaticSeoUrlInterface
Consider the staticSeoUrl in the sitemap or not.
public
setChangeFrequency( StringType $changeFrequency )
: StaticSeoUrlInterface
Value of change frequency of staticSeoUrl in sitemap
public
setPriority( StringType $priority )
: StaticSeoUrlInterface
Value of Priority of staticSeoUrl in sitemap
public
isInRobotsFile( void )
: boolean
Return true when the staticSeoUrl should be considered in the robots file, false otherwise.
public
setIsInRobotsFile( BoolType $status )
: StaticSeoUrlInterface
Consider the staticSeoUrl in the robots file or not.
public
setStaticSeoUrlContentCollection( StaticSeoUrlContentCollection $staticSeoUrlContentCollection )
: StaticSeoUrlInterface
Set the static seo url content collection for the static seo url.
public
getStaticSeoUrlContentCollection( void )
: StaticSeoUrlContentCollection
Return the staticSeoUrlContent collection of the staticSeoUrl.
public
addStaticSeoUrlContent( StaticSeoUrlContentInterface $staticSeoUrlContent )
: StaticSeoUrlInterface
Adds a staticSeoUrlContent to the staticSeoUrlContent collection
Properties summary
protected
$staticSeoUrlContentCollection
: StaticSeoUrlContentCollection
Collection of staticSeoUrlContents