• Модуль: bitrixcloud
  • Путь к файлу: ~/bitrix/modules/bitrixcloud/classes/general/option.php
  • Класс: CBitrixCloudOption
  • Вызов: CBitrixCloudOption::getIntegerValue
public function getIntegerValue()
{
	$value = $this->getArrayValue();
	return (integer)current($value);
}