Discord Eraser Bot

GuildListCommand extends Command
in package

FinalYes
Attributes
#[AsCommand]
$name: 'app:guild:list'
$description: 'List guilds'
$aliases: ['app:list-guilds']

Table of Contents

Constants

FAILURE  = \Symfony\Component\Console\Command\Command::FAILURE
INVALID  = \Symfony\Component\Console\Command\Command::INVALID
SUCCESS  = \Symfony\Component\Console\Command\Command::SUCCESS

Properties

$definitionListConverter  : DefinitionListConverter
$io  : SymfonyStyle
$guildRepository  : GuildRepository

Methods

setDefinitionListConverter()  : void
setUserRepository()  : void
execute()  : int
initialize()  : void

Constants

FAILURE

public mixed FAILURE = \Symfony\Component\Console\Command\Command::FAILURE

INVALID

public mixed INVALID = \Symfony\Component\Console\Command\Command::INVALID

SUCCESS

public mixed SUCCESS = \Symfony\Component\Console\Command\Command::SUCCESS

Properties

Methods

execute()

protected execute(InputInterface $input, OutputInterface $output) : int
Parameters
$input : InputInterface
$output : OutputInterface
Return values
int

initialize()

protected initialize(InputInterface $input, OutputInterface $output) : void
Parameters
$input : InputInterface
$output : OutputInterface

        
On this page

Search results