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 443 2007-06-01 16:25:38Z cax $
* @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 Fri, 1 Jun 2007 16:50:04 +0200 by phpDocumentor 1.3.2