Data/TypesStructure.php

This file contains the Structure class

This data structure mimics the C struct, sort of. A structure has specific fields to be taken care of or filled, some or all of these fields may have restrictions placed upon them. An object that falls under a particular genus may need to implement a specific interface, but contain modifiable members that need to be accessed generically.

Classes

Structure Structure class - Defines a structure with specific fields