Esempio n. 1
0
 /**
  * Destroys an event binding.
  *
  * @param string $event Event to destroy
  * @return Self 
  * @static 
  */
 public static function unbindEvent($event = null)
 {
     return \October\Rain\Mail\Mailer::unbindEvent($event);
 }