Yoast\WP\SEO\Generated

Cached_Container::getDialogIntegrationService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Integrations\Admin\Addon_Installation\Dialog_Integration' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Admin\Addon_Installation\Dialog_Integration.

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

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

Код Cached_Container::getDialogIntegrationService() Yoast 22.4

protected function getDialogIntegrationService()
{
    return $this->services['Yoast\\WP\\SEO\\Integrations\\Admin\\Addon_Installation\\Dialog_Integration'] = new \Yoast\WP\SEO\Integrations\Admin\Addon_Installation\Dialog_Integration(${($_ = isset($this->services['WPSEO_Addon_Manager']) ? $this->services['WPSEO_Addon_Manager'] : $this->getWPSEOAddonManagerService()) && false ?: '_'});
}