Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Seo

Открытые члены

 __construct ()
 
 setProperties (array $values)
 
 setProperty ($name, $value)
 
 getProperties ()
 
 getProperty ($name)
 
 clear ()
 
 clearProperties ()
 
 clearProperty ($name)
 
 setTitle ($value)
 
 setBrowserTitle ($value)
 
 setKeywords ($value)
 
 setDescription ($value)
 
 getTitle ()
 
 getBrowserTitle ()
 
 getKeywords ()
 
 getDescription ()
 

Открытые атрибуты

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

Защищенные статические члены

static clearValues ($value, $name)
 

Защищенные данные

 $properties = []
 

Подробное описание

См. определение в файле seo.php строка 4

Конструктор(ы)

◆ __construct()

__construct ( )

См. определение в файле seo.php строка 14

Методы

◆ clear()

clear ( )
Возвращает
void

См. определение в файле seo.php строка 71

◆ clearProperties()

clearProperties ( )
Возвращает
void

См. определение в файле seo.php строка 79

◆ clearProperty()

clearProperty ( $name)
Аргументы
string$name
Возвращает
void

См. определение в файле seo.php строка 88

◆ clearValues()

static clearValues ( $value,
$name )
staticprotected
Аргументы
string$value
mixed$name
Возвращает
bool

См. определение в файле seo.php строка 187

◆ getBrowserTitle()

getBrowserTitle ( )
Возвращает
string|null

См. определение в файле seo.php строка 161

◆ getDescription()

getDescription ( )
Возвращает
string|null

См. определение в файле seo.php строка 177

◆ getKeywords()

getKeywords ( )
Возвращает
string|null

См. определение в файле seo.php строка 169

◆ getProperties()

getProperties ( )
Возвращает
array|null

См. определение в файле seo.php строка 49

◆ getProperty()

getProperty ( $name)
Аргументы
string$name
Возвращает
string|array|null

См. определение в файле seo.php строка 58

◆ getTitle()

getTitle ( )
Возвращает
string|null

См. определение в файле seo.php строка 153

◆ setBrowserTitle()

setBrowserTitle ( $value)
Аргументы
string$value
Возвращает
void

См. определение в файле seo.php строка 113

◆ setDescription()

setDescription ( $value)
Аргументы
string$value
Возвращает
void

См. определение в файле seo.php строка 142

◆ setKeywords()

setKeywords ( $value)
Аргументы
string | array$value
Возвращает
void

См. определение в файле seo.php строка 125

◆ setProperties()

setProperties ( array $values)
Аргументы
array$values
Возвращает
void

См. определение в файле seo.php строка 23

◆ setProperty()

setProperty ( $name,
$value )
Аргументы
string$name
string | array$value
Возвращает
void

См. определение в файле seo.php строка 37

◆ setTitle()

setTitle ( $value)
Аргументы
string$value
Возвращает
void

См. определение в файле seo.php строка 101

Данные класса

◆ $properties

$properties = []
protected

См. определение в файле seo.php строка 12

◆ BROWSER_TITLE

const BROWSER_TITLE = 'browser_title'

См. определение в файле seo.php строка 7

◆ DESCRIPTION

const DESCRIPTION = 'description'

См. определение в файле seo.php строка 9

◆ KEYWORDS

const KEYWORDS = 'keywords'

См. определение в файле seo.php строка 8

◆ TITLE

const TITLE = 'title'

См. определение в файле seo.php строка 6