Exemplo n.º 1
0
 /**
  * Fired before any targets are started.
  *
  * @param BuildEvent The BuildEvent
  */
 public function buildStarted(BuildEvent $event)
 {
     self::$exceptions = array();
 }