Author: Raymond Bosman Date: 2006-09-29 11:40:37 +0200 (Fri, 29 Sep 2006) New Revision: 3613
Log: - Fixed #9090: Element times are not available in the output. Modified: trunk/Debug/src/structs/debug_structure.php Modified: trunk/Debug/src/structs/debug_structure.php =================================================================== --- trunk/Debug/src/structs/debug_structure.php 2006-09-28 14:16:45 UTC (rev 3612) +++ trunk/Debug/src/structs/debug_structure.php 2006-09-29 09:40:37 UTC (rev 3613) @@ -27,6 +27,14 @@ private $properties = array(); /** + * Holds the sub-elements of this structure. + * + * These elements cannot be a part of the property system because it is an + * array. + */ + public $elements = array(); + + /** * Sets the property $name to $value. * * @throws ezcBasePropertyNotFoundException if the property does not exist. -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components