PHP Class Plum\Plum\Converter\NullConverter

Author: Florian Eckerstorfer ([email protected])
Inheritance: implements Plum\Plum\Converter\ConverterInterface
Show file Open project: plumphp/plum

Protected Properties

Property Type Description
$nullValue mixed

Public Methods

Method Description
__construct ( mixed $nullValue = '' )
convert ( mixed $item ) : mixed

Method Details

__construct() public method

public __construct ( mixed $nullValue = '' )
$nullValue mixed

convert() public method

public convert ( mixed $item ) : mixed
$item mixed
return mixed

Property Details

$nullValue protected property

protected mixed $nullValue
return mixed