# RecipientStrategyFactory::getStrategy()

URL: https://chugunov.pro/api-bitrix/tasks/internals/notification/strategy/recipientstrategyfactory/getstrategy/
Проверено на 1С-Битрикс 25.x, обновлено 03.08.2026.
Источник: независимый русскоязычный справочник chugunov.pro. Не является официальной документацией 1С-Битрикс.

Класс: [`\Bitrix\Tasks\Internals\Notification\Strategy\RecipientStrategyFactory`](https://chugunov.pro/api-bitrix/tasks/internals/notification/strategy/recipientstrategyfactory/)
Модуль: Tasks.
Свойства элемента: method, public, static.

## Сигнатура

```php
public static getStrategy(AbstractCase $case, ProviderInterface $provider, Dictionary $dictionary) : RecipientStrategyInterface
```

## Параметры

- `$case` `AbstractCase` — обязательный
- `$provider` `ProviderInterface` — обязательный
- `$dictionary` `Dictionary` — обязательный

## Возвращаемое значение

`RecipientStrategyInterface`

Оригинал в официальной документации: https://docs.1c-bitrix.ru/api/classes/Bitrix-Tasks-Internals-Notification-Strategy-RecipientStrategyFactory.html
