Plum\Plum\Converter\NullConverter::__construct PHP Метод

__construct() публичный Метод

public __construct ( mixed $nullValue = '' )
$nullValue mixed
    public function __construct($nullValue = '')
    {
        $this->nullValue = $nullValue;
    }