[Web] update directorytree/ldaprecord

This commit is contained in:
FreddleSpl0it
2024-02-20 10:30:11 +01:00
parent 40146839ef
commit d479d18507
481 changed files with 13919 additions and 6171 deletions
@@ -53,6 +53,15 @@ interface Container extends ContainerInterface
*/
public function bind($abstract, $concrete = null, $shared = false);
/**
* Bind a callback to resolve with Container::call.
*
* @param array|string $method
* @param \Closure $callback
* @return void
*/
public function bindMethod($method, $callback);
/**
* Register a binding if it hasn't already been registered.
*
@@ -32,7 +32,7 @@ interface ContextualBindingBuilder
* Specify the configuration item to bind as a primitive.
*
* @param string $key
* @param ?string $default
* @param mixed $default
* @return void
*/
public function giveConfig($key, $default = null);