• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/classes/general/log_tools.php
  • Класс: logTextParser
  • Вызов: logTextParser::__construct
public function __construct($strLang = False, $pathToSmile = false)
{
	parent::__construct();

	if ($strLang === False)
	{
		$strLang = LANGUAGE_ID;
	}
}