Yoast\WP\SEO\Editors\Framework
Word_Form_Recognition::__construct()
The constructor.
Метод класса: Word_Form_Recognition{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Word_Form_Recognition = new Word_Form_Recognition(); $Word_Form_Recognition->__construct( $language_helper );
- $language_helper(Language_Helper) (обязательный)
- The language helper.
Код Word_Form_Recognition::__construct() Word Form Recognition:: construct Yoast 24.4
public function __construct( Language_Helper $language_helper ) { $this->language_helper = $language_helper; }