phpDocumentor

StaticSeoUrlContent
in package
implements StaticSeoUrlContentInterface

Class StaticSeoUrlContent

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

Tags
category

System

subpackage

Entities

Interfaces, Classes and Traits

StaticSeoUrlContentInterface
Interface StaticSeoUrlContentInterface

Table of Contents

$description  : string
Meta Description
$id  : int
StaticSeoUrlContent ID
$keywords  : string
Meta Keywords
$languageId  : int
Language ID
$title  : string
Title
getDescription()  : string
Return the description of the staticSeoUrlContent.
getId()  : int
Return the staticSeoUrlContent ID.
getKeywords()  : string
Return the keywords of the staticSeoUrlContent.
getLanguageId()  : int
Return the language ID.
getTitle()  : string
Return the title of the staticSeoUrlContent.
setDescription()  : StaticSeoUrlContentInterface
Set the description for the staticSeoUrlContent.
setId()  : StaticSeoUrlContentInterface
Set the staticSeoUrlContent ID for the staticSeoUrlContent.
setKeywords()  : StaticSeoUrlContentInterface
Set the keywords for the staticSeoUrlContent.
setLanguageId()  : StaticSeoUrlContentInterface
Set the language ID for the staticSeoUrlContent.
setTitle()  : StaticSeoUrlContentInterface
Set the title for the staticSeoUrlContent.

Properties

Methods

getDescription()

Return the description of the staticSeoUrlContent.

public getDescription() : string
Return values
string

Description.

getId()

Return the staticSeoUrlContent ID.

public getId() : int
Return values
int

StaticSeoUrlContent ID.

getKeywords()

Return the keywords of the staticSeoUrlContent.

public getKeywords() : string
Return values
string

Keywords.

getLanguageId()

Return the language ID.

public getLanguageId() : int
Return values
int

Language ID.

getTitle()

Return the title of the staticSeoUrlContent.

public getTitle() : string
Return values
string

Title.

Search results