['filter' => FILTER_VALIDATE_INT] ); protected array $expectedPOST = array( 'alt' => ['filter' => FILTER_CALLBACK, 'options' => [self::class, 'checkTextLine']] ); protected function generate() : void { if (!$this->assertGET('id')) return; DB::Aowow()->query('UPDATE ?_screenshots SET `caption` = ? WHERE `id` = ?d', $this->handleCaption($this->_post['alt']), $this->_get['id'] ); } }