Yoast\WP\SEO\Generated

Cached_Container::getOptionTitlesWatcherService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Integrations\Watchers\Option_Titles_Watcher' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Watchers\Option_Titles_Watcher.

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

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

Код Cached_Container::getOptionTitlesWatcherService() Yoast 22.4

protected function getOptionTitlesWatcherService()
{
    return $this->services['Yoast\\WP\\SEO\\Integrations\\Watchers\\Option_Titles_Watcher'] = new \Yoast\WP\SEO\Integrations\Watchers\Option_Titles_Watcher();
}