14 public $hashSalt =
'012rj';
16 public $notificationsEmail;
21 public function init()
25 $this->setImport(array(
37 if (!$this->_assetsUrl) {
38 $this->_assetsUrl = Yii::app()->assetManager->publish(Yii::getPathOfAlias(
'friends.assets'),
true);
40 return $this->_assetsUrl;
52 public static function t($str =
'', $params = array(), $dic =
'core')
54 return Yii::t(
"FriendsModule." . $dic, $str, $params);
66 return md5($string . Yii::app()->getModule(
'friends')->hashSalt);