From b97ae100b4d011a11e580530322583d8045cd406 Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Mon, 23 Jan 2012 18:54:22 +0100 Subject: [PATCH] remove Unusued method --- lib/Alchemy/Phrasea/Core/Service/ServiceAbstract.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/lib/Alchemy/Phrasea/Core/Service/ServiceAbstract.php b/lib/Alchemy/Phrasea/Core/Service/ServiceAbstract.php index 5a3d97156b..2177eb90ff 100644 --- a/lib/Alchemy/Phrasea/Core/Service/ServiceAbstract.php +++ b/lib/Alchemy/Phrasea/Core/Service/ServiceAbstract.php @@ -42,7 +42,7 @@ abstract class ServiceAbstract $this->configuration = new Core\Configuration($handler); } - protected function getDependency($name) + public function getDependency($name) { if(!array_key_exists($name, $this->dependencies)) { @@ -53,15 +53,6 @@ abstract class ServiceAbstract } - /** - * - * @return Array - */ - protected function getConfiguration() - { - return $this->configuration; - } - /** * * @return Array