• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/item/field/scalar.php
  • Класс: BitrixTasksItemFieldScalar
  • Вызов: Scalar::offsetGet
public function offsetGet($offset)
{
	if($offset == 'SOURCE')
	{
		return $this->getSource();
	}
	if($offset == 'NAME')
	{
		return $this->getName();
	}
	if($offset == 'TITLE')
	{
		return $this->getTitle();
	}

	return null;
}