Merge pull request #19356 from owncloud/add-l10n-factory-to-interface

Add the L10N Factory to the container interface
This commit is contained in:
Thomas Müller 2015-09-25 13:06:27 +02:00
commit 57b2778053

View File

@ -193,6 +193,12 @@ interface IServerContainer {
*/
public function getAppConfig();
/**
* @return \OCP\L10N\IFactory
* @since 8.2.0
*/
public function getL10NFactory();
/**
* get an L10N instance
* @param string $app appid