#4159 closed defect (bug) (fixed)
Some classes missing field declarations
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 1.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Core | Keywords: | |
| Cc: |
Description (last modified by )
Some of our classes are missing declarations of fields (properties) which we use and access regardless. An example is the search_string property in the BP_Component class. We should add these in so the code is better documented -- both for those reading the .php, and for tools such as phpdoc.
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [5999]) Add missing field declarations to classes. Fixes #4159