1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
abstractbase.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Seo\BusinessSuite
;
4
5
use
Bitrix\Seo\BusinessSuite
;
6
use
Bitrix\Seo\Retargeting
;
7
8
abstract
class
AbstractBase
extends
Retargeting\BaseApiObject
9
{
10
protected
function
getService
() :
IInternalService
11
{
12
return
$this->service
;
13
}
14
20
protected
function
getMethodName
(
string
$name
) : string
21
{
22
return
$this->
getService
()->getMethodPrefix().
'.'
.$name;
23
}
24
}
Bitrix\Seo\BusinessSuite\AbstractBase
Определения
abstractbase.php:9
Bitrix\Seo\BusinessSuite\AbstractBase\getMethodName
getMethodName(string $name)
Определения
abstractbase.php:20
Bitrix\Seo\BusinessSuite\AbstractBase\getService
getService()
Определения
abstractbase.php:10
Bitrix\Seo\Retargeting\BaseApiObject
Определения
baseapiobject.php:6
Bitrix\Seo\Retargeting\BaseApiObject\$service
$service
Определения
baseapiobject.php:13
Bitrix\Seo\BusinessSuite\IInternalService
Определения
iinternalservice.php:8
$name
$name
Определения
menu_edit.php:35
Bitrix\Seo\BusinessSuite
Определения
abstractbase.php:3
Bitrix\Seo\Retargeting
Определения
account.php:3
bitrix
modules
seo
lib
businesssuite
abstractbase.php
Создано системой
1.14.0