Doctrine\ODM\OrientDB\Configuration::getMismatchesTolerance PHP Méthode

getMismatchesTolerance() public méthode

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