remove Unusued method

This commit is contained in:
Nicolas Le Goff
2012-01-23 18:54:22 +01:00
parent 3d27cb64fe
commit b97ae100b4

View File

@@ -42,7 +42,7 @@ abstract class ServiceAbstract
$this->configuration = new Core\Configuration($handler); $this->configuration = new Core\Configuration($handler);
} }
protected function getDependency($name) public function getDependency($name)
{ {
if(!array_key_exists($name, $this->dependencies)) if(!array_key_exists($name, $this->dependencies))
{ {
@@ -53,15 +53,6 @@ abstract class ServiceAbstract
} }
/**
*
* @return Array
*/
protected function getConfiguration()
{
return $this->configuration;
}
/** /**
* *
* @return Array * @return Array