Interface StaticSeoUrlInterface

Interface StaticSeoUrlInterface

Direct known implementers

StaticSeoUrl

Methods summary

public setId( IdType $id ) : StaticSeoUrlInterface

Set the ID for the staticSeoUrl.

public getId( void ) : integer

Return the ID of the staticSeoUrl.

public setName( StringType $name ) : StaticSeoUrlInterface

Set the name for the staticSeoUrl.

public getName( void ) : string

Return the Name of the staticSeoUrl.

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 getChangeFrequency( void ) : string

Return the change frequency of the staticSeoUrl.

public setChangeFrequency( StringType $changeFrequency ) : StaticSeoUrlInterface

Value of change frequency of staticSeoUrl in sitemap

public getPriority( void ) : string

Return the Priority of the staticSeoUrl.

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