4 private $arNotification =
array();
6 const EMAIL =
'CIdeaManagmentEmailNotify';
7 const SONET =
'CIdeaManagmentSonetNotify';
16 $this->arNotification = $arNotification;
22 return $this->arNotification;
27 $Activity = self::EMAIL;
28 return new $Activity($this);
33 $Activity = self::SONET;
34 return new $Activity($this);
39 if(class_exists($CustomNotifyClassName))
40 return new $CustomNotifyClassName($this);
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
SetNotification($arNotification=array())
Class CIdeaManagmentNotify
__construct($arNotification=array())
GetNotify($CustomNotifyClassName)