public static function ClientArea()
 {
     return AffiliateCoupons_ClientArea::get_instance();
 }
Example #2
0
 protected function set_notice($message, $type = NULL)
 {
     self::$notice = $message;
     if ($type) {
         self::$notice_type = $type;
     }
 }