1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Log.php
См. документацию.
1<?php
2declare(strict_types=1);
3
4namespace Bitrix\Landing\Copilot\Generation;
5
9class Log
10{
11 private int $generationId;
12
13 public function __construct($generationId)
14 {
15
16 }
17
18 public function add(string $message)
19 {
20 // save to any logger
21 }
22}
__construct($generationId)
Определения Log.php:13
add(string $message)
Определения Log.php:18
$message
Определения payment.php:8