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