Class Object

Description

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.

  • author: Arnold Cano
  • version: $Id: Object.php,v 1.2.16.1 2011/10/04 11:19:40 afelixf Exp $

Located in /phrame/util/Object.php (line 10)


	
			
Direct descendents
Class Description
HashMap HashMap of objects that can be administered and searched, while hiding the internal implementation. This is an implementation of the HashMap class in the Java language.
ArrayList ArrayList of objects that can be administered and searched, while hiding the internal implementation. This is an implementation of the ArrayList class in the Java language.
MappingManager class to create Phrame Mapping arrays
Action An Action is an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request. The ActionController will select an appropriate Action for each request, create an instance (if necessary), and call the perform() method.
ActionController The ActionController class represents the controller in the Model-View-Controller (MVC) design pattern. The ActionController receives and processes all requests that change the state of the application.
ActionForward The ActionForward class represents a destination to which the
Method Summary
boolean equals (mixed $object)
string toString ()
Methods
equals (line 19)

Compares the specified object with this object for equality.

  • access: public
boolean equals (mixed $object)
  • mixed $object
toString (line 29)

Returns a string representation of this object.

  • access: public
string toString ()

Documentation generated on Wed, 05 Oct 2011 10:36:42 +0200 by phpDocumentor 1.4.1