newsletter; } /** * @return SendingQueueEntity|null */ public function getQueue() { return $this->queue; } /** * @return string|null */ public function getUrl() { return $this->url; } /** * @return string|null */ public function getHash() { return $this->hash; } /** * @return int */ function getTotalClicksCount() { return $this->clicks->count(); } }