['filter' => FILTER_VALIDATE_INT] ); protected function generate() : void { if (!$this->assertGET('id')) $this->result = Util::toJSON([]); else $this->result = Util::toJSON(CommunityContent::getCommentReplies($this->_get['id'])); } } ?>