Back to PhocacartOrderStatus class

Method handleLangPluginOthers

public static
handleLangPluginOthers
(mixed &$object)

Method handleLangPluginOthers - Source code

public static function handleLangPluginOthers(&$object)
{
    PluginHelper::importPlugin('system');
    PluginHelper::importPlugin('plgSystemMultilanguagesck');
    Factory::getApplication()->triggerEvent('onChangeText', array(&$object));
}