[ Root System Explorer ]
Location:
Root
/
home
/
svaxkys
/
www
/
Arcomet
/
wp-content
/
plugins
/
woocommerce
/
packages
/
woocommerce-blocks
/
src
/
Registry
+ Folder
+ File
Upload
Editing: FactoryType.php
<?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 ); } }
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 AbstractDependencyType.php
FILE
Ren
[EDIT]
DEL
📄 Container.php
FILE
Ren
[EDIT]
DEL
📄 FactoryType.php
FILE
Ren
[EDIT]
DEL
📄 SharedType.php
FILE
Ren
[EDIT]
DEL