Procházet zdrojové kódy

Add missing method in the AdminInterface

Thomas Rabaix před 13 roky
rodič
revize
c9bea7cd65
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. 8 0
      Admin/AdminInterface.php

+ 8 - 0
Admin/AdminInterface.php

@@ -416,4 +416,12 @@ interface AdminInterface
      * @return void
      */
     function createObjectSecurity($object);
+
+    /**
+     * Returns the url defined by the $name
+     *
+     * @param strinf $name
+     * @return Route
+     */
+    function getRoute($name);
 }