См. определение в файле seo/lib/engine.php строка 13
◆ __construct()
Переопределяется в YandexDirect, Yandex, Bitrix и BitrixEngine.
См. определение в файле seo/lib/engine.php строка 27
31 $this->engine = static::getEngine($this->engineId);
34 if(!is_array($this->engine))
36 throw new SystemException(
"Unknown search engine");
40 if(strlen($this->engine[
'SETTINGS']) > 0)
42 $this->engineSettings = unserialize($this->engine[
'SETTINGS']);
◆ clearAuthSettings()
◆ getAuthSettings()
◆ getClientId()
◆ getClientSecret()
◆ getCode()
◆ getEngine()
static getEngine |
( |
|
$engineId | ) |
|
|
staticprotected |
◆ getId()
◆ getSettings()
◆ saveSettings()
См. определение в файле seo/lib/engine.php строка 83
85 SearchEngineTable::update($this->engine[
'ID'], array(
86 'SETTINGS' => serialize($this->engineSettings)
◆ $authInterface
◆ $engine
◆ $engineId
$engineId = 'unknown engine' |
|
protected |
◆ $engineSettings
$engineSettings = array() |
|
protected |
◆ HTTP_STATUS_AUTHORIZATION
const HTTP_STATUS_AUTHORIZATION = 401 |
◆ HTTP_STATUS_CREATED
const HTTP_STATUS_CREATED = 201 |
◆ HTTP_STATUS_NO_CONTENT
const HTTP_STATUS_NO_CONTENT = 204 |
◆ HTTP_STATUS_OK
const HTTP_STATUS_OK = 200 |
Объявления и описания членов класса находятся в файле: