AppserverIo\Appserver\Core\Commands\QuitCommand::execute PHP Méthode

execute() public méthode

Executes the command.
See also: AppserverIo\Appserver\Core\Commands\CommandInterface::execute()
public execute ( array $params = [] ) : mixed | null
$params array The arguments passed to the command
Résultat mixed | null The result of the command
    public function execute(array $params = array())
    {
        $this->connection->close();
    }