holder = $holder; parent::__construct(1); } /** * @return Player */ public function getHolder(){ return $this->holder; } }