Explorar el Código

Fix unit tests

Thomas Rabaix hace 13 años
padre
commit
b9001320a0
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      Admin/AdminInterface.php

+ 11 - 0
Admin/AdminInterface.php

@@ -430,4 +430,15 @@ interface AdminInterface
      * @return Route
      */
     function getRoute($name);
+
+    /**
+     * @return AdminInterface
+     */
+    function getParent();
+
+    /**
+     * @param AdminInterface $admin
+     * @return void
+     */
+    function setParent(AdminInterface $admin);
 }