PHP Class Plum\Plum\Converter\IntegerConverter

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

Public Methods

Method Description
convert ( mixed $item ) : integer Converts the item into an integer value.

Method Details

convert() public method

Converts the item into an integer value.
public convert ( mixed $item ) : integer
$item mixed
return integer