Documentación GVHIDRA 3.1.5
Referencia de la Clase Object
Diagrama de herencias de Object
Action ActionController ActionForward ArrayList HashMap MappingManager gvHidraForm gvHidraMainWindow IgepAccionesGenericas Stack ActionMapping CustomMapping CustomMapping CustomMapping gvHidraMaps

Métodos públicos

 equals ($object)
 toString ()

Descripción detallada

Class Object is the root of the class hierarchy. Every class has Object as a superclass. All objects, including arrays, implement the methods of this class.

Autor:
Arnold Cano
Versión:
Id:
Object.php,v 1.2 2007-05-28 10:36:34 afelixf Exp

Definición en la línea 10 del archivo Object.php.


Documentación de las funciones miembro

equals ( object)

Compares the specified object with this object for equality.

public

Parámetros:
mixed$object
Devuelve:
boolean

Definición en la línea 19 del archivo Object.php.

        {
                return ($this === $object);
        }
toString ( )

Returns a string representation of this object.

public

Devuelve:
string

Definición en la línea 29 del archivo Object.php.

        {
                return var_export($this, TRUE);
        }

La documentación para esta clase fue generada a partir del siguiente fichero: