function NullValue::__construct
File
-
core/
lib/ Drupal/ Core/ Database/ SchemaDefinition/ NullValue.php, line 24
Class
- NullValue
- A class holding a null value.
Namespace
Drupal\Core\Database\SchemaDefinitionCode
public function __construct() {
$this->name = 'null';
$this->value = NULL;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.