['filter' => FILTER_CALLBACK, 'options' => [self::class, 'checkIdList']] ); public function __construct(string $pageParam) { parent::__construct($pageParam); if (!Cfg::get('PROFILER_ENABLE')) $this->generate404(); } protected function generate() : void { $this->result = Profiler::resyncStatus(Type::GUILD, $this->_get['id']); } } ?>