Symfony\Installer\AboutCommand::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $appVersion )
$appVersion string The current version of the Symfony installer
    public function __construct($appVersion)
    {
        parent::__construct();
        $this->appVersion = $appVersion;
    }