Explorar o código

Added missing processScheduledDelete method from Strategy interface

Illya Klymov %!s(int64=14) %!d(string=hai) anos
pai
achega
0d7007a63c
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  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
      *