atk4\data\Reference::refModel PHP Méthode

refModel() public méthode

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