• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/classes/general/checklistitem.php
  • Класс: CTaskCheckListItem
  • Вызов: CTaskCheckListItem::moveAfterItem
public function moveAfterItem($itemId)
{
	/** @noinspection PhpDeprecationInspection */
	$this->moveItem($this->getId(), $itemId);
}