atk4\data\Join::weakJoin PHP 메소드

weakJoin() 공개 메소드

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