From 6c1b05deafd9940da5d473800032558df90b118e Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 16 Nov 2005 22:32:52 +0000 Subject: Key modules are now using registered to application rather than using reserved module names. --- framework/core.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'framework/core.php') diff --git a/framework/core.php b/framework/core.php index 16ddb62a..095eea97 100644 --- a/framework/core.php +++ b/framework/core.php @@ -191,10 +191,6 @@ interface IApplication * @return IErrorHandler error handler */ public function getErrorHandler(); - /** - * @return IAuthManager the auth (authentication/authorization) manager - */ - public function getAuthManager(); } /** -- cgit v1.2.3