atk4\data\Reference::ref PHP 메소드

ref() 공개 메소드

Returns referenced model without any extra conditions. However other relationship types may override this to imply conditions.
public ref ( array $defaults = [] ) : Model
$defaults array Properties
리턴 Model
    public function ref($defaults = [])
    {
        return $this->getModel($defaults);
    }