Name | Description |
---|---|
AccessorAbstract | This is the abstract for user-defined Accessor methods. Accessors are used to retrieve values from a cage object. By extending this abstract, developers can add their own accessor methods. Typically the only method they will need to define is AccessorAbstract::inspekt(), which takes a value, examines it, and returns a result. Array walking is automatically handled |
Cage | |
Inspekt | |
SuperglobalsCage | The SuperglobalsCage object wraps ALL of the superglobals |