Yoast\WP\SEO\Editors\Framework
Keyphrase_Analysis::__construct
The constructor.
Метод класса: Keyphrase_Analysis{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Keyphrase_Analysis = new Keyphrase_Analysis(); $Keyphrase_Analysis->__construct( $options_helper );
- $options_helper(Options_Helper) (обязательный)
- The options helper.
Код Keyphrase_Analysis::__construct() Keyphrase Analysis:: construct Yoast 27.8
public function __construct( Options_Helper $options_helper ) {
$this->options_helper = $options_helper;
}