Type wrapper class
Located in /Type.php (line 24)
Class | Description |
---|---|
Xyster_Orm_Entity_Type | A helper for meta information about entities |
Compares two values for equality
If two objects are not identical (that is, are exactly the same instance) they will be compared property-by-property recursively if need be. This method will not nest any deeper than 10 levels to compare objects.
Arrays will be compared in the same manner.
If the object you supply for $arg1 has a method named 'equals', that method will be called using $arg2 for the argument.
Checks for shallow equality
If the object you supply for $arg1 has a method named 'equals', that method will be called using $arg2 for the argument.
Gets the types of the parameters for a function or method
Gets the Java-style hash code of a value
If you supply an object for the argument and it has a method named 'hashCode', that method will be called.
Gets the type of the value supplied
Gets the ReflectionClass for a class name and stores it
Creates a new type representation
Tests another value for equality
If this type is a class this returns the ReflectionClass object for it
Gets the name of this type
Gets a hash code for this type
Determines if the supplied type is a child of the current type
The $type argument can be either a string, a ReflectionClass object or a Xyster_Type object
Determines if the value supplied is an instance of this type
Gets whether this type is an object type
Gets the string representation of this object
Documentation generated on Mon, 19 May 2008 17:07:43 -0400 by phpDocumentor 1.4.2