HumHub Documentation (unofficial)

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
$noPreloadTag  : mixed
$privateTagName  : mixed

Methods

__construct()  : mixed
process()  : mixed

Properties

Methods

__construct()

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

process()

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

        
On this page

Search results