Classes and interfaces
InitializableInterface¶
Interface to allow objects to have initialization logic
« More »
JsonSerializable¶
Polyfill for JsonSerializable
« More »
ArrayObject¶
Custom framework ArrayObject implementation
« More »
ArrayStack¶
ArrayObject that acts as a stack with regards to iteration
« More »
ArrayUtils¶
Utility class for testing and manipulation of PHP arrays.
« More »
ErrorHandler¶
ErrorHandler that can be used to catch internal PHP errors
and convert to an ErrorException instance.
« More »
Glob¶
Wrapper for glob with fallback if GLOB_BRACE is not available.
« More »
PriorityQueue¶
Re-usable, serializable priority queue implementation
« More »
SplPriorityQueue¶
Serializable version of SplPriorityQueue
« More »
SplQueue¶
Serializable version of SplQueue
« More »
SplStack¶
Serializable version of SplStack
« More »
StringUtils¶
Utility class for handling strings of different character encodings
using available PHP extensions.
« More »
Classes and interfaces
MergeReplaceKeyInterface¶
Marker interface: can be used to replace keys completely in {@see ArrayUtils::merge()} operations
« More »
Classes and interfaces
ExceptionInterface¶
Exception marker interface
« More »
BadMethodCallException¶
Bad method call exception
« More »
ExtensionNotLoadedException¶
Extension not loaded exception
« More »
InvalidArgumentException¶
Invalid Argument Exception
« More »
InvalidCallbackException¶
Invalid callback exception
« More »
Classes and interfaces
GuardUtils¶
Static guard helper class
« More »
Classes and interfaces
HydratorPluginManager¶
Plugin manager implementation for hydrators.
« More »
Classes and interfaces
AggregateHydrator¶
Aggregate hydrator that composes multiple hydrators via events
« More »
ExtractEvent¶
Event triggered when the {@see \Zend\Stdlib\Hydrator\Aggregate\AggregateHydrator} extracts
data from an object
« More »
HydrateEvent¶
Event triggered when the {@see \Zend\Stdlib\Hydrator\Aggregate\AggregateHydrator} hydrates
data into an object
« More »
HydratorListener¶
Aggregate listener wrapping around a hydrator.
« More »
Classes and interfaces
OptionalParametersFilter¶
Filter that includes methods which have no parameters or only optional parameters
« More »
Classes and interfaces
NamingStrategyInterface¶
Allow property extraction / hydration for hydrator
« More »
Classes and interfaces
BooleanStrategy¶
This Strategy extracts and hydrates int and string values to Boolean values
« More »
Classes and interfaces
PhpLegacyCompatibility¶
Interface compatible with the built-in JsonSerializable interface
« More »