• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/buttons/button.php
  • Класс: BitrixUIButtonsButton
  • Вызов: Button::getProperty
protected function getProperty($name, $defaultValue = null)
{
	if (isset($this->properties[$name]))
	{
		return $this->properties[$name];
	}

	return $defaultValue;
}