setServiceLog(new ServicePaypalLog()); } public function setServiceLog($service) { $this->serviceLog = $service; } public function getLinkToTransaction() { return $this->serviceLog->getLinkToTransaction($this); } }