Bitrix API

Seo

Table of Contents

Constants

BROWSER_TITLE  = 'browser_title'
DESCRIPTION  = 'description'
KEYWORDS  = 'keywords'
TITLE  = 'title'

Methods

__construct()  : mixed
clear()  : void
clearProperties()  : void
clearProperty()  : void
getBrowserTitle()  : string|null
getDescription()  : string|null
getKeywords()  : string|null
getProperties()  : array<string|int, mixed>|null
getProperty()  : string|array<string|int, mixed>|null
getTitle()  : string|null
setBrowserTitle()  : void
setDescription()  : void
setKeywords()  : void
setProperties()  : void
setProperty()  : void
setTitle()  : void

Constants

BROWSER_TITLE

public mixed BROWSER_TITLE = 'browser_title'

DESCRIPTION

public mixed DESCRIPTION = 'description'

KEYWORDS

public mixed KEYWORDS = 'keywords'

TITLE

public mixed TITLE = 'title'

Methods

__construct()

public __construct() : mixed

clear()

public clear() : void

clearProperties()

public clearProperties() : void

clearProperty()

public clearProperty(string $name) : void
Parameters
$name : string

getBrowserTitle()

public getBrowserTitle() : string|null
Return values
string|null

getDescription()

public getDescription() : string|null
Return values
string|null

getKeywords()

public getKeywords() : string|null
Return values
string|null

getProperties()

public getProperties() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getProperty()

public getProperty(string $name) : string|array<string|int, mixed>|null
Parameters
$name : string
Return values
string|array<string|int, mixed>|null

getTitle()

public getTitle() : string|null
Return values
string|null

setBrowserTitle()

public setBrowserTitle(string $value) : void
Parameters
$value : string

setDescription()

public setDescription(string $value) : void
Parameters
$value : string

setKeywords()

public setKeywords(string|array<string|int, mixed> $value) : void
Parameters
$value : string|array<string|int, mixed>

setProperties()

public setProperties(array<string|int, mixed> $values) : void
Parameters
$values : array<string|int, mixed>

setProperty()

public setProperty(string $name, string|array<string|int, mixed> $value) : void
Parameters
$name : string
$value : string|array<string|int, mixed>

setTitle()

public setTitle(string $value) : void
Parameters
$value : string

        
On this page

Search results