1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
result.php
См. документацию.
1<?php
2
3namespace Bitrix\Main\Web\WebPacker\Output;
4
11{
12 protected $id;
13 protected $content;
14
20 public function getId()
21 {
22 return $this->id;
23 }
24
31 public function setId($id)
32 {
33 $this->id = $id;
34 return $this;
35 }
36
42 public function getContent()
43 {
44 return $this->content;
45 }
46
53 public function setContent($content)
54 {
55 $this->content = $content;
56 return $this;
57 }
58}
setContent($content)
Определения result.php:53
$content
Определения commerceml.php:144