For PHP code, no members of objects are shown by default in the code explorer panel, except for functions.
If the option 'list variables' is enabled, all php vars used within that class code are shown.
But, even if it is always possible to add members to objects at runtime, it is quite custom to declare member variables of classes using the 'var' syntax within the class definition.
I think those member variables should always be visible as part of the object hierarchy, even when 'list variables' is off.
Thanks
Gaetano
display PHP object fields in code explorer
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".