• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/result.php
  • Класс: BitrixBizprocResult
  • Вызов: Result::map
public function map(callable $callback): self
{
	if ($this->isSuccess())
	{
		return $callback($this->getData());
	}

	return $this;
}