Doctrine\ODM\OrientDB\Configuration::getMismatchesTolerance PHP 메소드

getMismatchesTolerance() 공개 메소드

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