atk4\data\Reference_SQL_One::refLink PHP Method

    public function refLink()
    {
        $m = $this->getModel();
        $m->addCondition($this->their_field ?: $m->id_field, $this->referenceOurValue($m));
        return $m;
    }