Source for file Object.php
Documentation is available at Object.php
// ----------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------
* Root object with some general methods, that should be overloaded.
* @version $Id: fsource_utility__utilObject.php.html,v 1.10 2006/06/26 12:34:19 tgauss Exp $
* @author Chris Bizer <chris@bizer.de>
* Serializes a object into a string
foreach($objectvars as $key =>
$value)
$content .=
$key .
"='".
$value.
"'; ";
return "Instance of " .
get_class($this) .
"; Properties: ".
$content;
Documentation generated on Mon, 26 Jun 2006 14:25:43 +0200 by phpDocumentor 1.3.0RC6