Doctrine\ODM\OrientDB\Configuration::getMismatchesTolerance PHP Method

getMismatchesTolerance() public method

    public function getMismatchesTolerance()
    {
        return isset($this->options['mismatches_tolerance']) ? $this->options['mismatches_tolerance'] : false;
    }