Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add class and member properties to the Attribute class #291

Closed
4 tasks
ArnaudBuchholz opened this issue Oct 15, 2018 · 0 comments
Closed
4 tasks

Add class and member properties to the Attribute class #291

ArnaudBuchholz opened this issue Oct 15, 2018 · 0 comments
Assignees

Comments

@ArnaudBuchholz
Copy link
Owner

ArnaudBuchholz commented Oct 15, 2018

Part of #222

As a developer, I want the attributes to document the class and member name it was used on to reuse this information in my coding

Acceptance criterias

  • A method named getClassConstructor should return the Class where the attribute was declared
  • A method named getMemberName should return the member name where the attribute was declared
  • If the attribute was declared at the class level, the getMemberName method should return undefined
  • If the attribute class is flagged as $singleton, the above methods should return null and undefined
@ArnaudBuchholz ArnaudBuchholz self-assigned this Oct 15, 2018
ArnaudBuchholz added a commit that referenced this issue Oct 15, 2018
ArnaudBuchholz added a commit that referenced this issue Oct 15, 2018
ArnaudBuchholz added a commit that referenced this issue Oct 15, 2018
ArnaudBuchholz added a commit that referenced this issue Oct 16, 2018
ArnaudBuchholz added a commit that referenced this issue Oct 16, 2018
ArnaudBuchholz added a commit that referenced this issue Oct 31, 2018
ArnaudBuchholz added a commit that referenced this issue Oct 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant