endEvent() public method

public endEvent ( $name )
Esempio n. 1
0
 /**
  * 
  *
  * @static 
  */
 public static function endEvent($name)
 {
     return \Clockwork\Clockwork::endEvent($name);
 }