File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/idea/classes/general/idea_notify.php
Back
<? Class CIdeaManagmentNotify { private $arNotification = array(); const EMAIL = 'CIdeaManagmentEmailNotify'; const SONET = 'CIdeaManagmentSonetNotify'; public function __construct($arNotification = array()) { $this->SetNotification($arNotification); } public function SetNotification($arNotification = array()) { $this->arNotification = $arNotification; return $this; } public function GetNotification() { return $this->arNotification; } public function GetEmailNotify() { $Activity = self::EMAIL; return new $Activity($this); } public function GetSonetNotify() { $Activity = self::SONET; return new $Activity($this); } public function GetNotify($CustomNotifyClassName) { if(class_exists($CustomNotifyClassName)) return new $CustomNotifyClassName($this); return false; } } ?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.25 |
proxy
|
phpinfo
|
Settings