소스 검색

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);
 }