unction do_hyphenate(array $tokens, Settings $settings, $hyphen = U::SOFT_HYPHEN) { if (empty($settings[Settings::HYPHENATION_MIN_LENGTH]) || empty($settings[Settings::HYPHENATION_MIN_BEFORE])) { return $tokens; } return $this->get_hyphenator($settings)->hyphenate($tokens, $hyphen, !empty($settings[Settings::HYPHENATE_TITLE_CASE]), $settings[Settings::HYPHENATION_MIN_LENGTH], $settings[Settings::HYPHENATION_MIN_BEFORE], $settings[Settings::HYPHENATION_MIN_AFTER]); } /** * Retrieves the hyphenator instance. * * @param Settings $settings The settings to apply. * * @return Hyphenator */ public function get_hyphenator(Settings $settings) { $lang = $settings[Settings::HYPHENATION_LANGUAGE]; $exceptions = (array) $settings[Settings::HYPHENATION_CUSTOM_EXCEPTIONS]; $hyphenator = $this->cache->get_hyphenator($lang); if (null === $hyphenator) { $hyphenator = new Hyphenator($lang, $exceptions); $this->cache->set_hyphenator($lang, $hyphenator); } else { $hyphenator->set_language($lang); // just for insurance. $hyphenator->set_custom_exceptions($exceptions); } return $hyphenator; } /** * Injects an existing Hyphenator instance (to facilitate language caching). * * @param Hyphenator\Cache $cache Required. */ public function set_hyphenator_cache(Hyphenator\Cache $cache): void { $this->cache = $cache; } } /** * Hyphenates a given text fragment (if enabled). * * @author Peter Putzer * * @since 5.0.0 */ \class_alias('WP_Typography\Vendor\PHP_Typography\Fixes\Token_Fixes\Hyphenate_Fix', 'PHP_Typography\Fixes\Token_Fixes\Hyphenate_Fix', \false); unction do_hyphenate(array $tokens, Settings $settings, $hyphen = U::SOFT_HYPHEN) { if (empty($settings[Settings::HYPHENATION_MIN_LENGTH]) || empty($settings[Settings::HYPHENATION_MIN_BEFORE])) { return $tokens; } return $this->get_hyphenator($settings)->hyphenate($tokens, $hyphen, !empty($settings[Settings::HYPHENATE_TITLE_CASE]), $settings[Settings::HYPHENATION_MIN_LENGTH], $settings[Settings::HYPHENATION_MIN_BEFORE], $settings[Settings::HYPHENATION_MIN_AFTER]); } /** * Retrieves the hyphenator instance. * * @param Settings $settings The settings to apply. * * @return Hyphenator */ public function get_hyphenator(Settings $settings) { $lang = $settings[Settings::HYPHENATION_LANGUAGE]; $exceptions = (array) $settings[Settings::HYPHENATION_CUSTOM_EXCEPTIONS]; $hyphenator = $this->cache->get_hyphenator($lang); if (null === $hyphenator) { $hyphenator = new Hyphenator($lang, $exceptions); $this->cache->set_hyphenator($lang, $hyphenator); } else { $hyphenator->set_language($lang); // just for insurance. $hyphenator->set_custom_exceptions($exceptions); } return $hyphenator; } /** * Injects an existing Hyphenator instance (to facilitate language caching). * * @param Hyphenator\Cache $cache Required. */ public function set_hyphenator_cache(Hyphenator\Cache $cache): void { $this->cache = $cache; } } /** * Hyphenates a given text fragment (if enabled). * * @author Peter Putzer * * @since 5.0.0 */ \class_alias('WP_Typography\Vendor\PHP_Typography\Fixes\Token_Fixes\Hyphenate_Fix', 'PHP_Typography\Fixes\Token_Fixes\Hyphenate_Fix', \false); unction do_hyphenate(array $tokens, Settings $settings, $hyphen = U::SOFT_HYPHEN) { if (empty($settings[Settings::HYPHENATION_MIN_LENGTH]) || empty($settings[Settings::HYPHENATION_MIN_BEFORE])) { return $tokens; } return $this->get_hyphenator($settings)->hyphenate($tokens, $hyphen, !empty($settings[Settings::HYPHENATE_TITLE_CASE]), $settings[Settings::HYPHENATION_MIN_LENGTH], $settings[Settings::HYPHENATION_MIN_BEFORE], $settings[Settings::HYPHENATION_MIN_AFTER]); } /** * Retrieves the hyphenator instance. * * @param Settings $settings The settings to apply. * * @return Hyphenator */ public function get_hyphenator(Settings $settings) { $lang = $settings[Settings::HYPHENATION_LANGUAGE]; $exceptions = (array) $settings[Settings::HYPHENATION_CUSTOM_EXCEPTIONS]; $hyphenator = $this->cache->get_hyphenator($lang); if (null === $hyphenator) { $hyphenator = new Hyphenator($lang, $exceptions); $this->cache->set_hyphenator($lang, $hyphenator); } else { $hyphenator->set_language($lang); // just for insurance. $hyphenator->set_custom_exceptions($exceptions); } return $hyphenator; } /** * Injects an existing Hyphenator instance (to facilitate language caching). * * @param Hyphenator\Cache $cache Required. */ public function set_hyphenator_cache(Hyphenator\Cache $cache): void { $this->cache = $cache; } } /** * Hyphenates a given text fragment (if enabled). * * @author Peter Putzer * * @since 5.0.0 */ \class_alias('WP_Typography\Vendor\PHP_Typography\Fixes\Token_Fixes\Hyphenate_Fix', 'PHP_Typography\Fixes\Token_Fixes\Hyphenate_Fix', \false);