Your IP : 18.191.186.194


Current Path : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/modules/rest/lib/
Upload File :
Current File : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/modules/rest/lib/AppForm.php

<?php

namespace Bitrix\Rest;

class AppForm
{
	public function __construct(
		private string $config
	)
	{}

	public function sendShowMessage(MessageTransportInterface $transport): bool
	{
		return $transport->send('showForm', ['config' => $this->config]);
	}
}