This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Success::__construct( string|int $value )
Internal constructor for a success value.
Parameters
- $value
-
(Required)
Return
(void)
Source
File: vendor/vlucas/phpdotenv/src/Regex/Success.php
private function __construct($value)
{
$this->value = $value;
}