Dumplie\SharedKernel\Application\ServiceContainer\ScalarArgument::__construct PHP Method

__construct() public method

public __construct ( mixed $value )
$value mixed
    public function __construct($value)
    {
        $this->value = $value;
    }
ScalarArgument