name = $name; $this->authLevel = $authLevel; $this->haveCharacterId = $haveCharacterId; } public function canShow() { // FIXME: handle auth level correctly return $this->authLevel < 1000; } }