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])
string getString (string $Variable, [ $MaxLength = 0], [ $PTag = true])
mixed __call (string $method, mixed[] $args)
string __toString ()
Methods
Constructor __construct (line 48)

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:
getString (line 10)

getString escapes any special XML characters unless EscapeXML is set to false.

  • access: public
string getString (string $Variable,  $MaxLength, [ $PTag = true])
  • string $Variable
  • $MaxLength
  • $PTag
__call (line 124)

Calls all mixed in functions for ArchonObject

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

Returns ArchonObject as a string

  • access: public
string __toString ()

Documentation generated on Thu, 14 Aug 2008 20:21:15 -0500 by phpDocumentor 1.3.1