Pārlūkot izejas kodu

Added missing processScheduledDelete method from Strategy interface

Illya Klymov 14 gadi atpakaļ
vecāks
revīzija
0d7007a63c
1 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  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);
     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
      * Operations on tree node removal
      *
      *