add wp-rocket
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Rocket\Engine\Container\Definition;
|
||||
|
||||
use WP_Rocket\Engine\Container\ImmutableContainerAwareInterface;
|
||||
|
||||
interface DefinitionFactoryInterface extends ImmutableContainerAwareInterface
|
||||
{
|
||||
/**
|
||||
* Return a definition based on type of concrete.
|
||||
*
|
||||
* @param string $alias
|
||||
* @param mixed $concrete
|
||||
* @return mixed
|
||||
*/
|
||||
public function getDefinition($alias, $concrete);
|
||||
}
|
||||
Reference in New Issue
Block a user