atk4\data\Reference::refModel PHP Метод

refModel() публичный Метод

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
Результат Model
    public function refModel($defaults = [])
    {
        return $this->getModel($defaults);
    }