addReference($this); $target->addReference($this); $this->source = $source; $this->target = $target; $this->description = $description; $this->created = new \DateTime("now"); } public function source() { return $this->source; } public function target() { return $this->target; } public function setDescription($desc) { $this->description = $desc; } public function getDescription() { return $this->description; } }