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

Breadcrumb

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

function Interval::__construct

File

vendor/composer/semver/src/Interval.php, line 23

Class

Interval

Namespace

Composer\Semver

Code

public function __construct(Constraint $start, Constraint $end) {
    $this->start = $start;
    $this->end = $end;
}
RSS feed
Powered by Drupal