Show
Ignore:
Timestamp:
01/21/2008 04:48:54 AM (12 months ago)
Author:
Geert
Message:

Added #329

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Profiler.php

    r1684 r1761  
    103103        } 
    104104 
     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 
    105115} // End Profiler Class