Yoast\WP\SEO\Generated

Cached_Container::getAdditionalContactmethodsIntegrationServiceprotectedYoast 1.0

Gets the public 'Yoast\WP\SEO\User_Meta\User_Interface\Additional_Contactmethods_Integration' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\User_Meta\User_Interface\Additional_Contactmethods_Integration.

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

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->getAdditionalContactmethodsIntegrationService();

Код Cached_Container::getAdditionalContactmethodsIntegrationService() Yoast 28.0

protected function getAdditionalContactmethodsIntegrationService()
{
    return $this->services['Yoast\\WP\\SEO\\User_Meta\\User_Interface\\Additional_Contactmethods_Integration'] = new \Yoast\WP\SEO\User_Meta\User_Interface\Additional_Contactmethods_Integration(($this->services['Yoast\\WP\\SEO\\User_Meta\\Application\\Additional_Contactmethods_Collector'] ?? $this->getAdditionalContactmethodsCollectorService()));
}