DevTools
Wraps the fast-forward console tooling suite conceptually as an isolated application instance.
Description
Extending the base application, it MUST provide default command injections safely.
Constants
Properties
Methods
Initializes the DevTools global context and dependency graph.
Retrieves the shared DevTools service container.
Gets the help message for the DevTools application, including the ASCII logo.
Initializes the DevTools global context and dependency graph.
public
__construct(CommandLoaderInterface
$commandLoader) : mixed
Description
The method MUST define default configurations and MAY accept an explicit command provider.
It SHALL instruct the runner to treat the standards command generically as its default endpoint.
Parameters
$commandLoader
:
CommandLoaderInterface
Description
the command loader responsible for providing command instances
Create DevTools instance from container.
public
static
create() : DevTools
Return values
Retrieves the shared DevTools service container.
public
static
getContainer() : ContainerInterface
Return values
Gets the help message for the DevTools application, including the ASCII logo.
public
getHelp() : string