• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/database/lazyaccess.php
  • Класс: BitrixTasksInternalsDataBaseLazyAccess
  • Вызов: LazyAccess::__get
public function __get($name)
{
	$name = $this->getMap()->decodeCamelFieldName($name);
	if($name)
	{
		return $this[$name];
	}

	return null;
}