$this->container->
fileExists($path);
// the closure forbids access to the private scope in the included file
$load = \Closure::
bind(function D
$path,
$env) use ($container,
$loader,
$resource,
$type) { return include $path;
},
$this, ProtectedPhpFileLoader::
class);
try { $callback =
$load($path,
$this->env
);
if (\
is_object($callback) && \
is_callable($callback)) { $this->
executeCallback($callback,
new ContainerConfigurator($this->container,
$this,
$this->instanceof,
$path,
$resource,
$this->env
),
$path);
} } finally { $this->instanceof =
[];
$this->
registerAliasesForSinglyImplementedInterfaces();
} return null;
} public function supports(mixed
$resource, string
$type = null
): bool
{