Yoast\WP\SEO\Presentations

Indexable_Post_Type_Presentation::__construct()publicYoast 1.0

Indexable_Post_Type_Presentation constructor.

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

Хуков нет.

Возвращает

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

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

$Indexable_Post_Type_Presentation = new Indexable_Post_Type_Presentation();
$Indexable_Post_Type_Presentation->__construct(;

Код Indexable_Post_Type_Presentation::__construct() Yoast 22.4

public function __construct(
	Post_Type_Helper $post_type,
	Date_Helper $date,
	Pagination_Helper $pagination,
	Post_Helper $post
) {
	$this->post_type  = $post_type;
	$this->date       = $date;
	$this->pagination = $pagination;
	$this->post       = $post;
}