LanguageDetector\Config::setDistanceObject PHP Method

setDistanceObject() public method

public setDistanceObject ( languagedetector\DistanceInterface $obj )
$obj languagedetector\DistanceInterface
    public function setDistanceObject(DistanceInterface $obj)
    {
        $this->distance = $obj;
        return $this;
    }