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:
@@ -173,6 +173,17 @@ class Plugins
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get locales.
|
||||
*
|
||||
* @access public
|
||||
* @return object
|
||||
*/
|
||||
public static function getLocales()
|
||||
{
|
||||
return Plugins::$locales;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the Plugins instance.
|
||||
*
|
||||
|
Reference in New Issue
Block a user