Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
factory.php
1
<?php
9
namespace
Bitrix\Sender\Preset\Installation
;
10
11
use
Bitrix\Sender\Integration
;
12
use
Bitrix\Sender\Internals\CodeBasedFactory
;
13
18
class
Factory
extends
CodeBasedFactory
19
{
25
public
static
function
getInstallable
()
26
{
27
$list = static::getObjectInstances(__NAMESPACE__ .
'\iInstallable'
);
28
static::reset();
29
30
return
$list;
31
}
32
33
protected
static
function
getInterface
()
34
{
35
return
__NAMESPACE__ .
'\iInstallable'
;
36
}
37
38
protected
static
function
getClasses
()
39
{
40
return
array(
41
iInstallable::EVENT_NAME => Integration\
EventHandler::onSenderPresetList
(),
42
);
43
}
44
}
Bitrix\Sender\Integration\EventHandler\onSenderPresetList
static onSenderPresetList()
Definition
eventhandler.php:40
Bitrix\Sender\Internals\CodeBasedFactory
Definition
codebasedfactory.php:18
Bitrix\Sender\Message\Factory
Definition
factory.php:21
Bitrix\Sender\Preset\Installation\Factory\getClasses
static getClasses()
Definition
factory.php:38
Bitrix\Sender\Preset\Installation\Factory\getInstallable
static getInstallable()
Definition
factory.php:25
Bitrix\Sender\Preset\Installation\Factory\getInterface
static getInterface()
Definition
factory.php:33
Bitrix\Sender\Integration
Bitrix\Sender\Preset\Installation
Definition
factory.php:9
modules
sender
lib
preset
installation
factory.php
Создано системой
1.10.0