/**
  * Publishes the whole collection to the corresponding publishing target
  *
  * @return void
  */
 public function publish()
 {
     $this->target->publishCollection($this);
 }