Yoast\WP\SEO\Builders
Indexable_Hierarchy_Builder::__construct() public Yoast 1.0
Indexable_Author_Builder constructor.
{} Это метод класса: Indexable_Hierarchy_Builder{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Indexable_Hierarchy_Builder = new Indexable_Hierarchy_Builder(); $Indexable_Hierarchy_Builder->__construct(;
- $indexable_hierarchy_repository(Indexable_Hierarchy_Repository) (обязательный)
- The indexable hierarchy repository.
- $primary_term_repository(Primary_Term_Repository) (обязательный)
- The primary term repository.
- $options(Options_Helper) (обязательный)
- The options helper.
- $post(Post_Helper) (обязательный)
- The post helper.
Код Indexable_Hierarchy_Builder::__construct() Indexable Hierarchy Builder:: construct Yoast 15.6.2
public function __construct(
Indexable_Hierarchy_Repository $indexable_hierarchy_repository,
Primary_Term_Repository $primary_term_repository,
Options_Helper $options,
Post_Helper $post
) {
$this->indexable_hierarchy_repository = $indexable_hierarchy_repository;
$this->primary_term_repository = $primary_term_repository;
$this->options = $options;
$this->post = $post;
}