Yoast\WP\SEO\Surfaces
Meta_Surface::__construct() public Yoast 1.0
Meta_Surface constructor.
{} Это метод класса: Meta_Surface{}
Хуков нет.
Возвращает
null
. Null. Ничего.
Использование
$Meta_Surface = new Meta_Surface(); $Meta_Surface->__construct(;
Код Meta_Surface::__construct() Meta Surface:: construct Yoast 16.1.1
public function __construct(
ContainerInterface $container,
Meta_Tags_Context_Memoizer $context_memoizer,
Indexable_Repository $indexable_repository,
WP_Rewrite_Wrapper $wp_rewrite_wrapper,
Indexable_Helper $indexable_helper
) {
$this->container = $container;
$this->context_memoizer = $context_memoizer;
$this->repository = $indexable_repository;
$this->wp_rewrite_wrapper = $wp_rewrite_wrapper;
$this->indexable_helper = $indexable_helper;
}