PHP Class Plum\Plum\Converter\NullConverter

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

Protected Properties

Свойство Type Description
$nullValue mixed

Méthodes publiques

Méthode Description
__construct ( mixed $nullValue = '' )
convert ( mixed $item ) : mixed

Method Details

__construct() public méthode

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

convert() public méthode

public convert ( mixed $item ) : mixed
$item mixed
Résultat mixed

Property Details

$nullValue protected_oe property

protected mixed $nullValue
Résultat mixed