Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
vendorinterface.php
1
<?php
2
3
namespace
Bitrix\Calendar\Sync\Vendor
;
4
5
use
Bitrix\Calendar\Sync\Connection\Server
;
6
use
Bitrix\Calendar\Sync\Connection\ServerInterface
;
7
8
interface
VendorInterface
9
{
13
public
function
getCode
(): string;
14
18
public
function
getServer
():
ServerInterface
;
19
25
public
function
setServer
(
Server
$server): self;
26
}
Bitrix\Calendar\Sync\Connection\Server
Definition
server.php:6
Bitrix\Calendar\Sync\Connection\ServerInterface
Definition
serverinterface.php:5
Bitrix\Calendar\Sync\Vendor\VendorInterface
Definition
vendorinterface.php:9
Bitrix\Calendar\Sync\Vendor\VendorInterface\setServer
setServer(Server $server)
Bitrix\Calendar\Sync\Vendor\VendorInterface\getCode
getCode()
Bitrix\Calendar\Sync\Vendor\VendorInterface\getServer
getServer()
Bitrix\Calendar\Sync\Vendor
Definition
vendor.php:2
modules
calendar
lib
sync
vendor
vendorinterface.php
Создано системой
1.10.0