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