Jyxo\Input\Filter\ToInt::__construct PHP Method

__construct() public method

Constructor.
public __construct ( integer $base = 10 )
$base integer
    public function __construct(int $base = 10)
    {
        $this->base = $base;
    }