file-fetcher
PHPUnit
Util
VersionComparisonOperator
Public Member Functions
|
List of all members
PHPUnit\Util\VersionComparisonOperator Class Reference
Public Member Functions
__construct
(string $operator)
asString
()
Constructor & Destructor Documentation
◆
__construct()
PHPUnit\Util\VersionComparisonOperator::__construct
(
string
$operator
)
Member Function Documentation
◆
asString()
PHPUnit\Util\VersionComparisonOperator::asString
(
)
Returns
'<'|'lt'|'<='|'le'|'>'|'gt'|'>='|'ge'|'=='|'='|'eq'|'!='|'<>'|'ne'
The documentation for this class was generated from the following file:
vendor/phpunit/phpunit/src/Util/
VersionComparisonOperator.php
Generated by
1.8.17