• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/message/configurationoption.php
  • Класс: BitrixSenderMessageConfigurationOption
  • Вызов: ConfigurationOption::setMaxValue
public function setMaxValue(int $maxValue)
{
	$this->maxValue = $maxValue;

	return $this;
}