1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
OptionCollection.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Socialnetwork\Collab\Internals;
6
8{
9 public function find(int $collabId, string $name): ?OptionEntity
10 {
11 return $this->getByPrimary([
12 'COLLAB_ID' => $collabId,
13 'NAME' => $name,
14 ]);
15 }
16}
find(int $collabId, string $name)
Определения OptionCollection.php:9
$name
Определения menu_edit.php:35