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