atk4\data\Reference::ref PHP Method

ref() public method

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
return Model
    public function ref($defaults = [])
    {
        return $this->getModel($defaults);
    }