Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
Config Class Reference
Inheritance diagram for Config:
Config

Public Member Functions

 __construct ($dictionaryEnabled=false, $dictionaryFileName=null)
 
 dictionaryEnabled ()
 
 getDictionaryFileName ()
 

Protected Attributes

 $dictionaryEnabled
 
 $dictionaryFileName
 

Detailed Description

Js Translation config

Definition at line 11 of file Config.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $dictionaryEnabled = false,
  $dictionaryFileName = null 
)
Parameters
bool$dictionaryEnabled
string$dictionaryFileName

Definition at line 31 of file Config.php.

Member Function Documentation

◆ dictionaryEnabled()

dictionaryEnabled ( )

Should the framework generate dictionary file

Returns
bool

Definition at line 42 of file Config.php.

◆ getDictionaryFileName()

getDictionaryFileName ( )

Name of dictionary json file

Returns
string

Definition at line 52 of file Config.php.

Field Documentation

◆ $dictionaryEnabled

$dictionaryEnabled
protected

Definition at line 18 of file Config.php.

◆ $dictionaryFileName

$dictionaryFileName
protected

Definition at line 25 of file Config.php.


The documentation for this class was generated from the following file: