-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Need to refactor the PhpAttribute class - https://github.com/sagittaracc/decorator/blob/main/src/PhpAttribute.php
It has getMethod and getProperty methods which is not quite obvious
Need to create a new class so called AttributeMapper which has both of those methods
Use case would be like this
AttributeMapper::getMethodByAttribute($object, $attribute); // callable
AttributeMapper::getPropertyByAttribute($object, $attribute); // property nameReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed