• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/Dto/Property.php
  • Класс: BitrixMobileDtoProperty
  • Вызов: Property::__construct
public function __construct(ReflectionProperty $property, Dto $object)
{
	$this->property = $property;
	$this->object = $object;
}