Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
bitrixengine.php
1
<?php
8
namespace
Bitrix\Seo\Engine
;
9
10
use
Bitrix\Main\Text
;
11
use
Bitrix\Main\Web
;
12
use
Bitrix\Seo\Engine
;
13
use
Bitrix\Seo\Service
;
14
15
class
BitrixEngine
extends
Engine
16
{
17
protected
$engineId
=
'bitrix_generic'
;
18
19
public
function
__construct
()
20
{
21
parent::__construct();
22
}
23
24
public
function
getProxy
()
25
{
26
return
Service::getEngine
();
27
}
28
29
public
function
getAuthSettings
()
30
{
31
$proxy = $this->
getProxy
();
32
if
($proxy && $proxy->getAuthSettings())
33
{
34
return
parent::getAuthSettings();
35
}
36
37
return
null
;
38
}
39
}
Bitrix\Seo\Engine\BitrixEngine
Definition
bitrixengine.php:16
Bitrix\Seo\Engine\BitrixEngine\__construct
__construct()
Definition
bitrixengine.php:19
Bitrix\Seo\Engine\BitrixEngine\getProxy
getProxy()
Definition
bitrixengine.php:24
Bitrix\Seo\Engine\BitrixEngine\$engineId
$engineId
Definition
bitrixengine.php:17
Bitrix\Seo\Engine\BitrixEngine\getAuthSettings
getAuthSettings()
Definition
bitrixengine.php:29
Bitrix\Seo\Engine
Definition
engine.php:14
Bitrix\Seo\Service
Definition
service.php:33
Bitrix\Seo\Service\getEngine
static getEngine()
Definition
service.php:278
Bitrix\Main\Text
Definition
base32.php:2
Bitrix\Main\Web
Definition
cookie.php:3
Bitrix\Seo\Engine
Definition
bitrix.php:9
modules
seo
lib
engine
bitrixengine.php
Создано системой
1.10.0