add getConnexionFile methode

This commit is contained in:
Nicolas Le Goff
2012-01-11 12:09:50 +01:00
parent b06a1eda8d
commit b96a3db0f7

View File

@@ -100,4 +100,14 @@ class Application implements Specification
return new \SplFileObject(__DIR__ . '/../../../../../config/service.yml');
}
/**
* Return the main configuration file
*
* @return \SplFileObject
*/
public function getConnexionFile()
{
return new \SplFileObject(__DIR__ . '/../../../../../config/connexions.yml');
}
}