YoastSEO_Vendor\Symfony\Component\DependencyInjection
ResettableContainerInterface::reset() public Yoast 1.0
Resets shared services from the container.
The container is not intended to be used again after being reset in a normal workflow. This method is meant as a way to release references for ref-counting. A subsequent call to ContainerInterface::get will recreate a new instance of the shared service.
{} Это метод класса: ResettableContainerInterface{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$ResettableContainerInterface = new ResettableContainerInterface(); $ResettableContainerInterface->reset();
Код ResettableContainerInterface::reset() ResettableContainerInterface::reset Yoast 15.6.2
public function reset();