Yoast\WP\SEO\Abilities\Infrastructure

Post_Identifier_Resolver::__constructpublicYoast 1.0

Constructor.

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

Хуков нет.

Возвращает

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

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

$Post_Identifier_Resolver = new Post_Identifier_Resolver();
$Post_Identifier_Resolver->__construct( $indexable_repository );
$indexable_repository(Indexable_Repository) (обязательный)
The indexable repository.

Код Post_Identifier_Resolver::__construct() Yoast 28.3

public function __construct(
	Indexable_Repository $indexable_repository
) {
	$this->indexable_repository = $indexable_repository;
}