mapping['orphanRemoval'] = $orphanRemoval; return $this; } /** * Allow a many-to-one to be the ID. * * @return $this */ public function isPrimaryKey() { $this->mapping['id'] = true; return $this; } }