PHPSA\Node\Scalar\Nil::__construct PHP Method

__construct() public method

public __construct ( null $value = null, array $attributes = [] )
$value null
$attributes array Additional attributes
    public function __construct($value = null, array $attributes = array())
    {
        parent::__construct($attributes);
        $this->value = $value;
    }