damager = $damager; parent::__construct($entity, $cause, $damage); } /** * @return Entity */ public function getDamager(){ return $this->damager; } }