Copied!
CloneableInstantiable
Methods
public __construct( $version, $isInclusive)
 
  • param string $version
  • param bool $isInclusive
public __toString() : string
public compareTo(Composer\Semver\Constraint\Bound $other, $operator)
 

Compares a bound to another with a given operator.

  • param \Bound $other
  • param string $operator
  • return bool
public getVersion()
 
  • return string
public isInclusive()
 
  • return bool
public isPositiveInfinity()
 
  • return bool
public isZero()
 
  • return bool
public static positiveInfinity()
 
  • return self
public static zero()
 
  • return self
Properties
private $isInclusive = NULL
 
  • var bool
private $version = NULL
 
  • var string
Methods
public static positiveInfinity()
 
  • return self
public static zero()
 
  • return self
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration