فهرست منبع

Added missing processScheduledDelete method from Strategy interface

Illya Klymov 14 سال پیش
والد
کامیت
0d7007a63c
1فایلهای تغییر یافته به همراه9 افزوده شده و 0 حذف شده
  1. 9 0
      lib/Gedmo/Tree/Strategy.php

+ 9 - 0
lib/Gedmo/Tree/Strategy.php

@@ -47,6 +47,15 @@ interface Strategy
      */
     function processScheduledUpdate($om, $object);
 
+    /**
+     * Operations on tree node delete
+     *
+     * @param object $om - object manager
+     * @param object $object - node
+     * @return void
+     */
+    function processScheduledDelete($om, $object);
+
     /**
      * Operations on tree node removal
      *