• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/component/userprofile/profilepostarea.php
  • Класс: BitrixIntranetComponentUserProfileProfilePostArea
  • Вызов: ProfilePostArea::__construct
public function __construct(array $params = [])
{
	$this->postFields = (!empty($params['postFields']) && is_array($params['postFields']) ? $params['postFields'] : []);
	$this->pathToUser = (!empty($params['pathToUser']) ? $params['pathToUser'] : '');
}