StaticSeoUrlInterface

Extends

Interface StaticSeoUrlInterface

category

System

package

StaticSeoUrl

subpackage

Interfaces

Methods

Adds a staticSeoUrlContent to the staticSeoUrlContentCollection

addStaticSeoUrlContent(\StaticSeoUrlContentInterface $staticSeoUrlContentInterface) : \StaticSeoUrlInterface
Throws
\InvalidArgumentException

Arguments

$staticSeoUrlContentInterface

\StaticSeoUrlContentInterface

Response

\StaticSeoUrlInterface

Same instance for chained method calls.

Return the change frequency of the staticSeoUrl.

getChangeFrequency() : string

Response

string

Change frequency.

Return the ID of the staticSeoUrl.

getId() : integer

Response

integer

StaticSeoUrl ID.

Return the Name of the staticSeoUrl.

getName() : string

Response

string

Name.

Returns name of OpenGraph image file

getOpenGraphImage() : \FilenameStringType;

Response

\FilenameStringType;

Return the Priority of the staticSeoUrl.

getPriority() : string

Response

string

Priority.

Return the staticSeoUrlContentCollection of the staticSeoUrl.

getStaticSeoUrlContentCollection() : \StaticSeoUrlContentCollection

Response

\StaticSeoUrlContentCollection

staticSeoUrlContent collection.

Return true when the staticSeoUrl should be considered in the robots file, false otherwise.

isInRobotsFile() : boolean

Response

boolean

Return true when the staticSeoUrl should be considered in the sitemap, false otherwise.

isInSitemapEntry() : boolean

Response

boolean

Value of change frequency of staticSeoUrl in sitemap

setChangeFrequency(\StringType $changeFrequency) : \StaticSeoUrlInterface

Arguments

$changeFrequency

\StringType

Response

\StaticSeoUrlInterface

Same instance for chained method calls.

Set the ID for the staticSeoUrl.

setId(\IdType $id) : \StaticSeoUrlInterface

Arguments

$id

\IdType

StaticSeoUrl ID.

Response

\StaticSeoUrlInterface

Same instance for chained method calls.

Consider the staticSeoUrl in the robots file or not.

setIsInRobotsFile(\BoolType $status) : \StaticSeoUrlInterface

Arguments

$status

\BoolType

True when it should be displayed, false otherwise.

Response

\StaticSeoUrlInterface

Same instance for chained method calls.

Consider the staticSeoUrl in the sitemap or not.

setIsInSitemapEntry(\BoolType $status) : \StaticSeoUrlInterface

Arguments

$status

\BoolType

True when it should be displayed, false otherwise.

Response

\StaticSeoUrlInterface

Same instance for chained method calls.

Set the name for the staticSeoUrl.

setName(\StringType $name) : \StaticSeoUrlInterface

Arguments

$name

\StringType

Name for the staticSeoUrl.

Response

\StaticSeoUrlInterface

Same instance for chained method calls.

setOpenGraphImage

setOpenGraphImage(\FilenameStringType $openGraphImage) : \StaticSeoUrlInterface

Arguments

$openGraphImage

\FilenameStringType

Response

\StaticSeoUrlInterface

Value of Priority of staticSeoUrl in sitemap

setPriority(\StringType $priority) : \StaticSeoUrlInterface

Arguments

$priority

\StringType

Response

\StaticSeoUrlInterface

Same instance for chained method calls.

Set the staticSeoUrlContentCollection for the staticSeoUrl.

setStaticSeoUrlContentCollection(\StaticSeoUrlContentCollection $staticSeoUrlContentCollection) : \StaticSeoUrlInterface

Arguments

$staticSeoUrlContentCollection

\StaticSeoUrlContentCollection

Response

\StaticSeoUrlInterface

Same instance for chained method calls.