Yoast\WP\SEO\Generated

Cached_Container::getTrustpilotReviewNotificationService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Integrations\Alerts\Trustpilot_Review_Notification' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Alerts\Trustpilot_Review_Notification.

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

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

Код Cached_Container::getTrustpilotReviewNotificationService() Yoast 25.1

protected function getTrustpilotReviewNotificationService()
{
    return $this->services['Yoast\\WP\\SEO\\Integrations\\Alerts\\Trustpilot_Review_Notification'] = new \Yoast\WP\SEO\Integrations\Alerts\Trustpilot_Review_Notification();
}