atk4\data\Reference::refModel PHP Method

refModel() public method

Returns referenced model without any extra conditions. Ever when extended must always respond with Model that does not look into current record or scope.
public refModel ( array $defaults = [] ) : Model
$defaults array Properties
return Model
    public function refModel($defaults = [])
    {
        return $this->getModel($defaults);
    }