1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
memberentitycollection.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
6
7use Bitrix\Socialnetwork\EO_UserToGroup_Collection;
8
9class MemberEntityCollection extends EO_UserToGroup_Collection
10{
11
12}