Property | Type | Description | |
---|---|---|---|
$constraintType | string | One of depends, conflicts or suggests | |
$value | string | The constraint name or value |
Method | Description | |
---|---|---|
__construct ( string $constraintType, string $value, string $minVersion = null, string $maxVersion = null ) | Meta data constraint constructor | |
getConstraintScope ( ) : string | ||
getConstraintType ( ) : string | ||
getValue ( ) : string |
abstract public getConstraintScope ( ) : string | ||
return | string | The constraint scope (package, system) |
public getConstraintType ( ) : string | ||
return | string | The constraint type (depends, conflicts, suggests) |
protected string $constraintType | ||
return | string |