AppserverIo\Appserver\Core\Commands\InitCommand::execute PHP Метод

execute() публичный Метод

Executes the command.
См. также: AppserverIo\Appserver\Core\Commands\CommandInterface::execute()
public execute ( array $params = [] ) : mixed | null
$params array The arguments passed to the command
Результат mixed | null The result of the command
    public function execute(array $params = array())
    {
        $this->applicationServer->init($this->connection, array_shift($params));
    }