dictionaryEnabled = $dictionaryEnabled; $this->dictionaryFileName = $dictionaryFileName; } /** * Should the framework generate dictionary file * * @return bool */ public function dictionaryEnabled() { return $this->dictionaryEnabled; } /** * Name of dictionary json file * * @return string */ public function getDictionaryFileName() { return $this->dictionaryFileName; } }