• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/Dto/Dto.php
  • Класс: BitrixMobileDtoDto
  • Вызов: Dto::getCachedCasts
public function getCachedCasts(): array
{
	if ($this->casts === null)
	{
		$this->casts = $this->getCasts();
	}

	return $this->casts;
}