コード例 #1
0
 /**
  * WSAL-Notifications-Extension Functions.
  */
 public function GetNotificationsSetting($opt_prefix)
 {
     $this->options = new WSAL_Models_Option();
     return $this->options->GetNotificationsSetting(self::OPT_PRFX . $opt_prefix);
 }