Automattic\WooCommerce\Blocks\Registry
FactoryType::get()
Invokes and returns the value from the stored internal callback.
Метод класса: FactoryType{}
Хуков нет.
Возвращает
Разное
.
Использование
$FactoryType = new FactoryType(); $FactoryType->get( $container );
- $container(Container) (обязательный)
- An instance of the dependency injection container.
Код FactoryType::get() FactoryType::get WC 7.7.2
public function get( Container $container ) { return $this->resolve_value( $container ); }