PHP Classes

File: template/Code/save-lang-dispatch

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis Tool Creator   template/Code/save-lang-dispatch   Download  
File: template/Code/save-lang-dispatch
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Melis Tool Creator
Module for the Melis CMS to create tools
Author: By
Last change:
Date: 1 year ago
Size: 440 bytes
 

Contents

Class file image Download
$saveLanguageResult = $this->dispatchPlugin( $e, 'ModuleTpl\Controller\Language', [ 'action' => 'saveLanguage', 'success' => $result['success'], 'id' => $result['data']['id'], ] ); $result = ArrayUtils::merge($result, $saveLanguageResult);