Documentation

AddConsoleCommandPass
in package
implements CompilerPassInterface

Registers console commands.

Tags
author

Grégoire Pineau lyrixx@lyrixx.info

Table of Contents

Interfaces

CompilerPassInterface

Properties

$commandLoaderServiceId  : mixed
$commandTag  : mixed

Methods

__construct()  : mixed
process()  : mixed

Properties

Methods

__construct()

public __construct([string $commandLoaderServiceId = 'console.command_loader' ][, string $commandTag = 'console.command' ]) : mixed
Parameters
$commandLoaderServiceId : string = 'console.command_loader'
$commandTag : string = 'console.command'

process()

public process(ContainerBuilder $container) : mixed
Parameters
$container : ContainerBuilder

        
On this page

Search results