Automattic\WooCommerce\Vendor\League\Container
ContainerAwareInterface::setContainer() public WC 1.0
Set a container
{} Это метод класса: ContainerAwareInterface{}
Хуков нет.
Возвращает
self.
Использование
$ContainerAwareInterface = new ContainerAwareInterface(); $ContainerAwareInterface->setContainer( $container ) : self;
- $container(Containerчислоerface) (обязательный)
- -
Код ContainerAwareInterface::setContainer() ContainerAwareInterface::setContainer WC 5.0.0
public function setContainer(ContainerInterface $container) : self;