startEvent() public method

Shortcut methods for the current timeline instance
public startEvent ( $name, $description, $time = null )
Example #1
0
 /**
  * Shortcut methods for the current timeline instance
  *
  * @static 
  */
 public static function startEvent($name, $description, $time = null)
 {
     return \Clockwork\Clockwork::startEvent($name, $description, $time);
 }