function VersionTrait::getVersion
Returns the version
1 call to VersionTrait::getVersion()
- VersionTrait::isCorrectVersion in vendor/
ramsey/ uuid/ src/ Rfc4122/ VersionTrait.php - Returns true if the version matches one of those defined by RFC 4122
2 methods override VersionTrait::getVersion()
- Fields::getVersion in vendor/
ramsey/ uuid/ src/ Guid/ Fields.php - Returns the version
- Fields::getVersion in vendor/
ramsey/ uuid/ src/ Rfc4122/ Fields.php - Returns the version
File
-
vendor/
ramsey/ uuid/ src/ Rfc4122/ VersionTrait.php, line 29
Class
- VersionTrait
- Provides common functionality for handling the version, as defined by RFC 4122
Namespace
Ramsey\Uuid\Rfc4122Code
public abstract function getVersion() : ?int;