Exemple #1
0
 /**
  * Get context
  *
  * @return \Magento\Setup\Module\I18n\Context
  */
 private static function _getContext()
 {
     if (null === self::$_context) {
         self::$_context = new Context();
     }
     return self::$_context;
 }
 /**
  * Get context
  *
  * @return \Magento\Setup\Module\I18n\Context
  */
 private static function _getContext()
 {
     if (null === self::$_context) {
         self::$_context = new Context(new ComponentRegistrar());
     }
     return self::$_context;
 }