Psysh
extends Command
in package
FinalYes
Table of Contents
Properties
- $shell : Shell
Methods
- __construct() : mixed
- Psysh constructor.
- configure() : mixed
- {@inheritdoc}
- execute() : int
- {@inheritdoc}
Properties
$shell
private
Shell
$shell
Methods
__construct()
Psysh constructor.
public
__construct([string|null $name = null ]) : mixed
Parameters
- $name : string|null = null
configure()
{@inheritdoc}
protected
configure() : mixed
execute()
{@inheritdoc}
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface