• Модуль: fileman
  • Путь к файлу: ~/bitrix/modules/fileman/lib/block/content/blockcontent.php
  • Класс: BitrixFilemanBlockContentBlockContent
  • Вызов: BlockContent::add
public function add($type, $place, $value)
{
	$this->list[] = array(
		'type' => $type,
		'place' => $place,
		'value' => $value,
	);
}