1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
AppForm.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Rest;
4
5
class
AppForm
6
{
7
public
function
__construct
(
8
private
string
$config
9
)
10
{}
11
12
public
function
sendShowMessage
(
MessageTransportInterface
$transport): bool
13
{
14
return
$transport->
send
(
'showForm'
, [
'config'
=> $this->config]);
15
}
16
}
Bitrix\Rest\AppForm
Определения
AppForm.php:6
Bitrix\Rest\AppForm\sendShowMessage
sendShowMessage(MessageTransportInterface $transport)
Определения
AppForm.php:12
Bitrix\Rest\AppForm\__construct
__construct(private string $config)
Определения
AppForm.php:7
Bitrix\Rest\MessageTransportInterface
Определения
MessageTransportInterface.php:6
Bitrix\Rest\MessageTransportInterface\send
send(string $method, array $parameters)
$config
$config
Определения
quickway.php:69
bitrix
modules
rest
lib
AppForm.php
Создано системой
1.14.0