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

Breadcrumb

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

function Bound::__construct

Parameters

string $version:

bool $isInclusive:

File

vendor/composer/semver/src/Constraint/Bound.php, line 30

Class

Bound

Namespace

Composer\Semver\Constraint

Code

public function __construct($version, $isInclusive) {
    $this->version = $version;
    $this->isInclusive = $isInclusive;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal