1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 07:34:22 +02:00

New method getLocales() added

This commit is contained in:
Awilum
2018-11-16 19:24:15 +03:00
parent 6cc4698ac9
commit 25a012b799

View File

@@ -173,6 +173,17 @@ class Plugins
}
}
/**
* Get locales.
*
* @access public
* @return object
*/
public static function getLocales()
{
return Plugins::$locales;
}
/**
* Get the Plugins instance.
*