Documentation

CommandLoaderInterface

Tags
author

Robin Chalas robin.chalas@gmail.com

Table of Contents

get()  : Command
Loads a command.
getNames()  : array<string|int, string>
has()  : bool
Checks if a command exists.

Methods

getNames()

public getNames() : array<string|int, string>
Return values
array<string|int, string>

has()

Checks if a command exists.

public has(string $name) : bool
Parameters
$name : string
Return values
bool

Search results