atk4\data\Join::weakJoin PHP Method

weakJoin() public method

weakJoin will be attached to a current join.
public weakJoin ( $defaults = [] )
    public function weakJoin($defaults = [])
    {
        $defaults['join'] = $this;
        return $this->owner->weakJoin($defaults);
    }