1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
storable.php
См. документацию.
1<?php
2
3namespace Bitrix\Vote\Attachment;
4
5use Bitrix\Vote\Channel;
6
7interface Storable
8{
13 public function setStorage(Channel $channel);
17 public function getStorage();
21 public function isStorable();
22}
Определения channel.php:225
setStorage(Channel $channel)