Yoast\WP\SEO\Generated
Cached_Container::getSEMrushLoginActionService
Gets the public 'Yoast\WP\SEO\Actions\SEMrush\SEMrush_Login_Action' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Actions\SEMrush\SEMrush_Login_Action.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getSEMrushLoginActionService();
Код Cached_Container::getSEMrushLoginActionService() Cached Container::getSEMrushLoginActionService Yoast 28.0
protected function getSEMrushLoginActionService()
{
return $this->services['Yoast\\WP\\SEO\\Actions\\SEMrush\\SEMrush_Login_Action'] = new \Yoast\WP\SEO\Actions\SEMrush\SEMrush_Login_Action(($this->services['Yoast\\WP\\SEO\\Config\\SEMrush_Client'] ?? $this->getSEMrushClientService()));
}