コード例 #1
0
 static function item_created($item)
 {
     try {
         notification::send_item_add($item);
     } catch (Exception $e) {
         Kohana_Log::add("error", "@todo notification_event::item_created() failed");
         Kohana_Log::add("error", $e->getMessage() . "\n" . $e->getTraceAsString());
     }
 }
コード例 #2
0
 static function item_created($item)
 {
     notification::send_item_add($item);
 }