Classes and Objects
Introduction
Here's a list of what we find is missing from PHP's built-in support for working with classes and objects.
By Functional Area
| Functional Area | Purpose | 
|---|---|
| Class Properties | inspect and understand a class's static properties | 
| Object Properties | inspect and understand an object's non-static properties | 
| Property Helpers | helper functions for inspecting and understanding class and object properties |