eZ\Publish\Core\FieldType\Null\Value::__construct PHP Method

__construct() public method

Construct a new Value object and initialize with $value.
public __construct ( integer $value = null )
$value integer
    public function __construct($value = null)
    {
        $this->value = $value;
    }