FriendsOfREDAXO / FriendsOfREDAXO/rexstan

getValue() type inferenz von weiteren objekten unterstützen

Open
#127 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
PHP
Stars
41
Forks
3
Avg merge
1d 3h
Merged PRs (30d)
7

Description

**Feature description / Feature Beschreibung**
z.b.
```
$art = new rex_article_content($parentId);
$parentId = $art->getValue('parent_id');
```

- [ ] rex_article_content
- [x] rex_article
- [x] rex_category
- [x] rex_article_slice
- [ ] rex_clang
- [x] rex_user
- [ ] rex_login
- [ ] rex_form ?
- [ ] rex_list ?
- [ ] yform XX ?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the getValue() type-inference implementation and compare how rex_article, rex_category, rex_article_slice, and rex_user are currently handled. Determine the intended support for rex_article_content, rex_clang, rex_login, rex_form, rex_list, and yform, then verify that getValue() infers the expected types for the supported objects.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
devtools
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.