Automattic\WooCommerce\Vendor\League\Container\Definition
Definition::setShared()
{@inheritdoc}
Метод класса: Definition{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$Definition = new Definition(); $Definition->setShared( $shared ) : DefinitionInterface;
- $shared(true|false)
- -
По умолчанию: true
Код Definition::setShared() Definition::setShared WC 7.7.0
public function setShared(bool $shared = true) : DefinitionInterface { $this->shared = $shared; return $this; }