• Модуль: vote
  • Путь к файлу: ~/bitrix/modules/vote/classes/general/channel.php
  • Класс: CVoteDiagramType
  • Вызов: CVoteDiagramType::__construct
public function __construct()
{
	$this->arType = Array(
		VOTE_DEFAULT_DIAGRAM_TYPE => GetMessage("VOTE_DIAGRAM_TYPE_HISTOGRAM"),
		"circle" => GetMessage("VOTE_DIAGRAM_TYPE_CIRCLE")
	);
}