Method | Description | |
---|---|---|
__construct ( Interop\Container\ContainerInterface $container ) | ||
resolve ( callable | string | array $callable ) : callable | Resolve the given callable into a real PHP callable. |
Method | Description | |
---|---|---|
isStaticCallToNonStaticMethod ( mixed $callable ) : boolean | Check if the callable represents a static call to a non-static method. | |
resolveFromContainer ( callable | string | array $callable ) : callable |
public __construct ( Interop\Container\ContainerInterface $container ) | ||
$container | Interop\Container\ContainerInterface |