1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
AppForm.php
См. документацию.
1<?php
2
3namespace Bitrix\Rest;
4
5class 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}
Определения AppForm.php:6
sendShowMessage(MessageTransportInterface $transport)
Определения AppForm.php:12
__construct(private string $config)
Определения AppForm.php:7
send(string $method, array $parameters)
$config
Определения quickway.php:69