__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Automattic\WooCommerce\Blocks\Registry;
/**
* Definition for the FactoryType dependency type.
*
* @since 2.5.0
*/
class FactoryType extends AbstractDependencyType {
/**
* Invokes and returns the value from the stored internal callback.
*
* @param Container $container An instance of the dependency injection
* container.
*
* @return mixed
*/
public function get( Container $container ) {
return $this->resolve_value( $container );
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| AbstractDependencyType.php | File | 1.24 KB | 0664 |
|
| Container.php | File | 3.02 KB | 0664 |
|
| FactoryType.php | File | 505 B | 0664 |
|
| SharedType.php | File | 740 B | 0664 |
|