- Модуль: sender
- Путь к файлу: ~/bitrix/modules/sender/lib/search/builder.php
- Класс: Bitrix\Sender\Search\Builder
- Вызов: Builder::getContent
public function getContent() { if (!$this->content) { $this->content = new Content; } return $this->content; }
public function getContent() { if (!$this->content) { $this->content = new Content; } return $this->content; }