瀏覽代碼

Fix unit tests

Thomas Rabaix 13 年之前
父節點
當前提交
b9001320a0
共有 1 個文件被更改,包括 11 次插入0 次删除
  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);
 }