From: Simon H. <sim...@us...> - 2010-11-16 19:04:39
|
Update of /cvsroot/stack/stack-dev/lib/ui In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7337/lib/ui Modified Files: Tag: item_state_separation DisplayItem.php Log Message: Implemented reduceToState optimisation. To test. Index: DisplayItem.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lib/ui/DisplayItem.php,v retrieving revision 1.91.2.4.2.2 retrieving revision 1.91.2.4.2.3 diff -C2 -d -r1.91.2.4.2.2 -r1.91.2.4.2.3 *** DisplayItem.php 9 Nov 2010 16:51:37 -0000 1.91.2.4.2.2 --- DisplayItem.php 16 Nov 2010 19:04:31 -0000 1.91.2.4.2.3 *************** *** 1320,1323 **** --- 1320,1329 ---- } + public function reduceToState() { + //unset($this->itemOpts); + unset($this->errorLog); + unset($this->logger); + $this->item->reduceToState(); + } public function getTestInput($test) |