Yoast\WP\SEO\Generated

Cached_Container::getCreateExpiringStoreTableServiceprotectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Config\Migrations\CreateExpiringStoreTable' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Config\Migrations\CreateExpiringStoreTable.

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

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

Код Cached_Container::getCreateExpiringStoreTableService() Yoast 28.3

protected function getCreateExpiringStoreTableService()
{
    return $this->services['Yoast\\WP\\SEO\\Config\\Migrations\\CreateExpiringStoreTable'] = new \Yoast\WP\SEO\Config\Migrations\CreateExpiringStoreTable(($this->services['Yoast\\WP\\Lib\\Migrations\\Adapter'] ?? ($this->services['Yoast\\WP\\Lib\\Migrations\\Adapter'] = new \Yoast\WP\Lib\Migrations\Adapter())));
}