Class ArchonObject

Description
  • abstract:

Located in /packages/core/lib/archonobject.inc.php (line 2)


	
			
Direct descendents
Method Summary
ArchonObject __construct ([mixed $ID_or_Row = 0])
mixed __call (string $method, mixed[] $args)
string __toString ()
Methods
Constructor __construct (line 16)

Generic constructor for ArchonObjects

If an integer is passed in, object will be constructed with the integer in its ID field.

If an array if passed in, object will be constructed by filling in instance variables with values from the array where the instance variable name and array key match.

Lowercase versions of instance variable names will be references to uppercase versions.

  • access: public
ArchonObject __construct (mixed $ID_or_Row)
  • mixed $ID_or_Row

Redefined in descendants as:
__call (line 64)

Calls all mixed in functions for ArchonObject

  • access: public
mixed __call (string $method, mixed[] $args)
  • string $method
  • mixed[] $args
__toString (line 119)

Returns ArchonObject as a string

  • access: public
string __toString ()

Documentation generated on Wed, 05 Mar 2008 16:45:25 -0600 by phpDocumentor 1.3.1