Example #1
0
 public function dump()
 {
     Staple_Dev::Dump(func_get_args());
 }
Example #2
0
 /**
  * Starts a script timer.
  */
 public static function StartTimer()
 {
     self::$timer = microtime(true);
 }