• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/classes/general/spacer.php
  • Класс: CSpacer
  • Вызов: CSpacer::__construct
function __construct($iMaxChar, $symbol)
{
	$this->iMaxChar = $iMaxChar;
	$this->symbol = $symbol;
}