Interface StaticSeoUrlInterface
Interface StaticSeoUrlInterface
Direct known implementers
Package: StaticSeoUrl\Interfaces
Category: System
Located at Services/Core/StaticSeoUrl/Entities/Interfaces/StaticSeoUrlInterface.inc.php
Category: System
Located at Services/Core/StaticSeoUrl/Entities/Interfaces/StaticSeoUrlInterface.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 staticSeoUrlContentCollection for the staticSeoUrl.
public
getStaticSeoUrlContentCollection( void )
: StaticSeoUrlContentCollection
Return the staticSeoUrlContentCollection of the staticSeoUrl.
public
addStaticSeoUrlContent( StaticSeoUrlContentInterface $staticSeoUrlContentInterface )
: StaticSeoUrlInterface
Adds a staticSeoUrlContent to the staticSeoUrlContentCollection