class TinkerHelpCommand extends Command

An in-shell `flarum` command that reprints the Flarum-specific context (scope variables, short-name model aliasing, docs link). This is the same information shown in the startup banner, made available on demand for once the banner has scrolled out of view. It is listed automatically by PsySH's built-in `help` command.

Methods

void
configure()

No description

int
execute(InputInterface $input, OutputInterface $output)

No description

Details

protected void configure()

Return Value

void

protected int execute(InputInterface $input, OutputInterface $output)

Parameters

InputInterface $input
OutputInterface $output

Return Value

int