boot() public method

Boot The listeners.
public boot ( array $listeners )
$listeners array
 /**
  * Boot Listeners
  *
  * @param array $listeners
  */
 public function bootListeners(array $listeners)
 {
     $this->notifynderDispatcher->boot($listeners);
 }