Browse Source

Add missing method in the AdminInterface

Thomas Rabaix 13 years ago
parent
commit
c9bea7cd65
1 changed files with 8 additions and 0 deletions
  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);
 }