Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SingleCommandApplication.php

function SingleCommandApplication::setVersion

Return value

$this

File

vendor/symfony/console/SingleCommandApplication.php, line 30

Class

SingleCommandApplication
@author Grégoire Pineau <lyrixx@lyrixx.info>

Namespace

Symfony\Component\Console

Code

public function setVersion(string $version) : static {
    $this->version = $version;
    return $this;
}
RSS feed
Powered by Drupal