BlogUser::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. blog
  3. BlogUser
  4. __construct
  • Модуль: blog
  • Путь к файлу: ~/bitrix/modules/blog/lib/bloguser.php
  • Класс: BitrixBlogBlogUser
  • Вызов: BlogUser::__construct
public function __construct($cacheTime = 0)
{
	if ($cacheTime > 0)
		$this->cacheTime = intval($cacheTime);
}

Добавить комментарий