Types
        
    Table of Contents
    
    
        Classes
        
    
    
                    - AbstractList
 - Represents a list of values. This is an abstract class for Array_ and Collection.
             - AggregatedType
 - Base class for aggregated types like Compound and Intersection
             - Array_
 - Represents an array type as described in the PSR-5, the PHPDoc Standard.
             - ArrayKey
 - Value Object representing a array-key Type.
             - Boolean
 - Value Object representing a Boolean type.
             - Callable_
 - Value Object representing a Callable type.
             - CallableParameter
 - Value Object representing a Callable parameters.
             - ClassString
 - Value Object representing the type 'string'.
             - Collection
 - Represents a collection type as described in the PSR-5, the PHPDoc Standard.
             - Compound
 - Value Object representing a Compound Type.
             - Context
 - Provides information about the Context in which the DocBlock occurs that receives this context.
             - ContextFactory
 - Convenience class to create a Context for DocBlocks when not using the Reflection Component of phpDocumentor.
             - Expression
 - Represents an expression type as described in the PSR-5, the PHPDoc Standard.
             - Float_
 - Value Object representing a Float.
             - Integer
 - Value object representing Integer type
             - InterfaceString
 - Value Object representing the type 'string'.
             - Intersection
 - Value Object representing a Compound Type.
             - Iterable_
 - Value Object representing iterable type
             - Mixed_
 - Value Object representing an unknown, or mixed, type.
             - Never_
 - Value Object representing the return-type 'never'.
             - Null_
 - Value Object representing a null value or type.
             - Nullable
 - Value Object representing a nullable type. The real type is wrapped.
             - Object_
 - Value Object representing an object.
             - Parent_
 - Value Object representing the 'parent' type.
             - Resource_
 - Value Object representing the 'resource' Type.
             - Scalar
 - Value Object representing the 'scalar' pseudo-type, which is either a string, integer, float or boolean.
             - Self_
 - Value Object representing the 'self' type.
             - Static_
 - Value Object representing the 'static' type.
             - String_
 - Value Object representing the type 'string'.
             - This
 - Value Object representing the '$this' pseudo-type.
             - Void_
 - Value Object representing the return-type 'void'.