holder = $holder; parent::__construct(1); } /** * This override is here for documentation and code completion purposes only. * @return Player */ public function getHolder(){ return $this->holder; } }