芝麻web文件管理V1.00
编辑当前文件:/home/elegucvf/public_html/src/editors/framework/word-form-recognition.php
language_helper = $language_helper; } /** * If this analysis is enabled. * * @return bool If this analysis is enabled. */ public function is_enabled(): bool { return $this->language_helper->is_word_form_recognition_active( $this->language_helper->get_language() ); } /** * Returns the name of the object. * * @return string */ public function get_name(): string { return self::NAME; } /** * Gets the legacy key. * * @return string The legacy key. */ public function get_legacy_key(): string { return 'wordFormRecognitionActive'; } }