Changes between Initial Version and Version 1 of Ticket #7018
- Timestamp:
- 04/15/2016 05:40:01 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7018 – Description
initial v1 1 We have a number of classes available, whether internal or public for users, and that's wonderful. However, we have not always properly declared the properties that we set in the __construct()methods or elsewhere in the class. We should work to change that fact.1 We have a number of classes available, whether internal or public for users, and that's wonderful. However, we have not always properly declared the properties that we set in the {{{__construct()}}} methods or elsewhere in the class. We should work to change that fact. 2 2 3 3 Example from BP_Groups_Group: