• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Property/Property.php
  • Класс: BitrixCatalogv2PropertyProperty
  • Вызов: Property::isActive
public function isActive(): bool
{
	return $this->getSetting('ACTIVE') === 'Y';
}