Class StaticSeoUrlContent

Class StaticSeoUrlContent

Represents the default settings of a single StaticSeoUrlContent in a StaticSeoUrl.

StaticSeoUrlContent implements StaticSeoUrlContentInterface

Methods summary

public setId( IdType $id ) : StaticSeoUrlContentInterface

Set the staticSeoUrlContent ID for the staticSeoUrlContent.

public getId( void ) : integer

Return the staticSeoUrlContent ID.

public setLanguageId( IdType $languageId ) : StaticSeoUrlContentInterface

Set the language ID for the staticSeoUrlContent.

public getLanguageId( void ) : integer

Return the language ID.

public setTitle( StringType $title ) : StaticSeoUrlContentInterface

Set the title for the staticSeoUrlContent.

public getTitle( void ) : string

Return the title of the staticSeoUrlContent.

public setDescription( StringType $description ) : StaticSeoUrlContentInterface

Set the description for the staticSeoUrlContent.

public getDescription( void ) : string

Return the description of the staticSeoUrlContent.

public setKeywords( StringType $keywords ) : StaticSeoUrlContentInterface

Set the keywords for the staticSeoUrlContent.

public getKeywords( void ) : string

Return the keywords of the staticSeoUrlContent.

Properties summary

protected $id : integer

StaticSeoUrlContent ID

0
protected $languageId : integer

Language ID

0
protected $title : string

Title

''
protected $description : string

Meta Description

''
protected $keywords : string

Meta Keywords

''