Yoast\WP\SEO\Presenters

Robots_Txt_Presenter::__construct()publicYoast 1.0

Constructor.

Метод класса: Robots_Txt_Presenter{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Robots_Txt_Presenter = new Robots_Txt_Presenter();
$Robots_Txt_Presenter->__construct( $robots_txt_helper );
$robots_txt_helper(Robots_Txt_Helper) (обязательный)
The robots txt helper.

Код Robots_Txt_Presenter::__construct() Yoast 22.4

public function __construct( Robots_Txt_Helper $robots_txt_helper ) {
	$this->robots_txt_helper = $robots_txt_helper;
}