FileAccess Orion

AddConsoleCommandPass
in package
implements CompilerPassInterface

Registers console commands.

Tags
author

Grégoire Pineau lyrixx@lyrixx.info

Interfaces, Classes, Traits and Enums

CompilerPassInterface
Interface that must be implemented by compilation passes.

Table of Contents

$commandLoaderServiceId  : mixed
$commandTag  : mixed
__construct()  : mixed
process()  : mixed
You can modify the container here before it is dumped to PHP code.

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'
Return values
mixed

Search results