Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
result.php
1<?php
2
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}