phpEZ v0.1.3

iface.php

Table of Contents

Interfaces

Parsable
Interface for custom serialization/deserialization of values.

Classes

ObjAttribute
Base class for property-level attributes in the PHPEz framework.
ObjDef
Base class for class-level attributes in the PHPEz framework.
OmitEmpty
Attribute to omit uninitialized properties from serialization.
ArrayOf
Attribute specifying the element type of an array property.
DoNotSerialize
Attribute to exclude a property from serialization.
DoNotDeserialize
Attribute to exclude a property from deserialization.
Obj
Base class for serializable/deserializable API data objects.
SerializableDateTime
Base class for serializable DateTime objects.
On this page

Search results