Add a getter for the RootController delegate
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 20 Oct 2011 00:54:50 +0000 (20:54 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 20 Oct 2011 00:54:50 +0000 (20:54 -0400)
http/root_controller.php

index c92e193309a3db35832b90a4878a4f21419e8c3e..97dd1376328e16da4d1a74cb7fb2a526b743ad28 100644 (file)
@@ -80,6 +80,10 @@ class RootController
   {
     $this->delegate->Bind($delegate);
   }
+  public function delegate()
+  {
+    return $this->delegate->Get();
+  }
 
   /*!
     Createst the Request and Response that are used throughout the duration of