From d2d6f029a02203735ca72140f13ac280b74a1a17 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 19 Oct 2011 20:54:50 -0400 Subject: [PATCH] Add a getter for the RootController delegate --- http/root_controller.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/http/root_controller.php b/http/root_controller.php index c92e193..97dd137 100644 --- a/http/root_controller.php +++ b/http/root_controller.php @@ -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 -- 2.22.5