Changeset 1761 for trunk/system/libraries/Profiler.php
- Timestamp:
- 01/21/2008 04:48:54 AM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Profiler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Profiler.php
r1684 r1761 103 103 } 104 104 105 /** 106 * Magically convert this object to a string, the rendered profiler. 107 * 108 * @return string 109 */ 110 public function __toString() 111 { 112 return $this->render(TRUE); 113 } 114 105 115 } // End Profiler Class
