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);
    }