• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/internals/collection/fixedarray.php
  • Класс: BitrixDiskInternalsCollectionFixedArray
  • Вызов: FixedArray::__construct
public function __construct($size)
{
	$this->fixedArray = new SplFixedArray($size);
}