Core Theme Components

ContainerCommandResolver

A resolver for commands which are container aware. Similar to Symfony's ContainerControllerResolver.

Table of Contents

$container  : ContainerInterface
__construct()  : mixed
getCommand()  : Command|null
instantiateCommand()  : Command|null

Properties

Methods

__construct()

public __construct(ContainerInterface $container) : mixed
Parameters
$container : ContainerInterface
Return values
mixed

Search results